This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0.
- Create @node_modules: npm install //cài đặt node_modules.
- Create @angular modules: npm i -g @angular/cli //cài đặt @angular cores.
- Create module: npm install primeng //dựng style thông qua modules @import vào component tương thích PrimeNG
- Create module: npm install primeicons //lấy mẫu icon từ prime
**Lưu ý: Cần xem qua các download module trên Primeng vì sẽ có những import không xài được khi không cài đặt các modules
Trước đó phải chạy lệnh node server.js trong cmd cho bên Backend đọc dữ liệu. LinkGithub
=> 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.
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.