Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 766 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (24 loc) · 766 Bytes

Contributing to Angular localization

Issues

Follow the issue template and use the StackBlitz Template for repro.

Pull Requests

  • In order to build the library:

    npm install
    npm test
    npm run build

    To test locally the npm package:

    npm run pack:lib

    Then you can install it in your app to test it:

    npm install [path]angular-l10n-{version}.tgz
  • In order to serve the docs (requires Python, MkDocs and Material for MkDocs):

    npm run serve:docs