Personal Example Resume site created using Angular which shows my general profficiency with Angular.
| Topic | Data | Description |
|---|---|---|
| Version | 15.2 | Angular CLI |
| CLI Commands | - | - |
| Local Server | ng serve |
http://localhost:4200/ |
| Build | ng build |
The build artifacts will be stored in the dist/ directory as per angular.json specification. |
| Component Generation | ng generate component component-name |
`ng generate directive |
| Tests | ng test |
Execute the unit tests via Karma. |
| End to End Tests | ng e2e |
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. |