This project was generated with Angular CLI version 10.0.1.
This project is currently experimental. The goal is to migrate multiple one-off applications into a common Angular monorepo workspace, following a micro application architecture. Existing language apps will be refactored micro-apps and imported into app containers (e.g. language website, container for mobile build with NativeScript).
While we prefer minimal dependencies, we do make use of well-established libraries. When adding new UI componenets, we first look at the Angular Material library. If no component exists, and we anticipate possible reuse of the proposed component across multiple applications in the workspace, we will develop the custom component as a library within the same workspace.
Run ng serve --project <project-name>
for a dev server. Navigate to http://localhost:4200/
.
Run ng generate component component-name --project <project-name>
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.