This project was generated with Angular CLI version 16.0.4. Angular material is installed in version 16.0.3.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
Backend service is developed under another repository.
netstat -ano command, check ports usage in windows. netstat -tunlp for linux.
- Search function in codes page is not complete, it is only available to find the result from cache rather than backend database
Run ng add @angular/material to install material module compatibale to the angular project, ng update @angular/material @angular/cli will update the material and the angular CLI to latest version
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.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.
For angular material components, go to Angular Material Document