Skip to content

SamyrOR/curso-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular logo Angular Course

A complete course of Angular framework

GitHub language count GitHub language count GitHub last commit

🚧 Done 🚀 🚧

Table of contents


💻 About

A complete course of all angular features and best practices Realized in december of 2020, through Loaine (Angular course - YouTube, with certificate.


⚙️ Features

  • 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

💡 How it works

Each folder have a complete class of a topic.

Pre-requisites

Ensure you have npm installed to run npm install after cloning the project

Development server

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.

Build

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.

🛠 Tech stack

The following tools were used in the construction of the project:


💪 How to contribute

  1. Fork the project.
  2. Create a new branch with your changes: git checkout -b my-feature
  3. Save your changes and create a commit message telling you what you did: git commit -m" feature: My new feature "
  4. 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!

About

Complete course of Loiane Groner about Angular Framework covered the principal features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published