https://github.com/vlaek/angulartestproject
This is my first Angular test project
https://github.com/vlaek/angulartestproject
angular scss typescript
Last synced: 3 months ago
JSON representation
This is my first Angular test project
- Host: GitHub
- URL: https://github.com/vlaek/angulartestproject
- Owner: Vlaek
- Created: 2024-05-14T15:29:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T16:06:45.000Z (about 2 years ago)
- Last Synced: 2025-02-07T03:42:14.636Z (over 1 year ago)
- Topics: angular, scss, typescript
- Language: TypeScript
- Homepage: https://vlaek.github.io/AngularTestProject/
- Size: 5.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular
This is my first Angular test project.
## Commands
- ng new "project_name" --no-standalone --routing - used to create an angular application using app.module.ts
- ng serve - used to run your application
- ng g c "component_name" - used to create an angular component
- ng s -o - used to rebuild application
## Angular Features
- ngFor, ngIf - Directives