Internationalization system for Angular
See Readme files of each package:
Both Demo and Docs are available online.
Run npm run build to build all package into the dist/*/ directory.
Run npm run build:demo to build demo into the dist/demo/ directory.
Run npm start to serve demo and watch for changes in both demo and packages.
Run npm run docs to build demo into the dist/docs/ directory.
Run npm run test to execute unit tests of all packages.
Run npm run lint to run linter on all code, including spec files, of all packages and demo.
Generated using TypeDoc