This project was generated with:
Angular CLI version 18.2.9. Bootstrap CSS version 5.3.x.
-
Open with Text Editor
-
Install the dependencies listed in the package.json file
npm i
-
Run the project
ng serve
-
In the browser, go to the following path http://localhost:4200 or the port provided by the 'npm run dev' command
-
Find the 'app.component' file. From there, you can comment or uncomment the full version or the 'waiting' version of the project.
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.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.