A complete course of all angular features and best practices Realized in december of 2020, through Loaine (Angular course - YouTube, with certificate.
- Angular
- Modules
- Services
- Data Binding
- Property binding
- Class and Style binding
- Event binding
- Two-way data binding
- @Input and @Output properties
- Life cycle component
- DOM and Template access with @Viewchield
- Directives
- ngIf and ngFor
- ngSwitch, ngSwitchCase, ngSwitchDefault
- ngClass and ngStyle
- elvis operator
- ng-content
- Creat a custom directive
- HostListener and HostBinding
- Pipes
- Creating a custom pipe, pure and impure
- Locale with pipes
- Async pipe
- Routes
- RouterLink, RouterLinkActive
- Router params
- QueryParams
- Routing Modules
- Child Routs
- Guards
- CanActivate
- CanActivateChild
- CanDeactivate
- Resolve
- CanLoad
- Forms
- Template driven
- Reactive Forms
- Http
- Generic CRUD service
- Debug
- Build and Deploy
- Image Docker
Each folder have a complete class of a topic.
Ensure you have npm installed to run npm install
after cloning the project
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
The following tools were used in the construction of the project:
- Fork the project.
- Create a new branch with your changes:
git checkout -b my-feature
- Save your changes and create a commit message telling you what you did:
git commit -m" feature: My new feature "
- Submit your changes:
git push origin my-feature
If you have any suggestion, tip or compliment, please leave a issue
Made with love by Samyr Ribeiro 👋🏽 Get in Touch!