- Clone the repository:
git clone https://github.com/lfnjunior/ProAgil.git
- Change to project directory
cd ProAgil-Eventos/
- Restore bin & obj folders
dotnet restore
- Run the api :
dotnet run
- Change to Angular project directory
cd ..
cd ProAgil.App/
- Install dependencies to Angular Project
npm i
- Run the console app :
ng run
- Dependency Injection
- Midleware
- HttpMethod (GET)
- EntityFramework
- Sqlite
- Nuget Packet Maneger
- Async and Await Methods
- Angular Framework
- How install and configure a Angular App
- How Create a component
- How Consume API Rest, using HttpClient by angular
- Bootstrap and Font Awesome and to import then in App
- Template Syntax - Property Binding & The pipe operator (|)
- Structural Directives -> *ngIf *ngFor
- Interpolation {{...}}
- Two-way data binding || [( )] = BANANA IN A BOX