This project was generated with Angular CLI version 1.6.3.
-
Bootstrapping Angular app: Angular application that follows standard Node.JS directory structure and the configuration file (package.json) with Angular dependences using Yarn package manager. So that to compile and run the application on Express web server in order to add graphical components and the front-end to talk to back-end.
-
Using Angular-CLI to generate components: Component using HTML for the visual aspect of the app and component using Typescript in order to add behaviour in the app. The graphical components generated list all books, details of one book and a form to create a new book. Also there are components binding for connecting the two components
-
Navigation through components (pages) RouterLink in Templates Router API in TypeScript. Simple navigation, Navigation with parameters, Navigation with actions.
-
Using Angular service for the Bookstore service and model for Invoking the Java EE Back-end.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
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.