klara     PSIONICS     japan     1977     1977     rooster-e03     cien a     Bcore web dl     tom and jerry ghost     For All Mankind     kontrast ted     5 1 a mp4     Britains Busiest Airport Heathrow     silent hill     sic     The New World     baddaddypov 1080     gone with the wind     zombies-2022-yify     stop the train    

Udemy - Master Angular Fundamentals by Building a Real App

seeders: 0
leechers: 0
Added 4 years ago by freecoursewb in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Udemy - Master Angular Fundamentals by Building a Real App (Size: 560.5 MB)
  1. Home filtering section introduction.mp4 3.3 MB
  1. Home filtering section introduction.srt 409.6 B
  1. Home list section introduction.mp4 5 MB
  1. Home list section introduction.srt 409.6 B
  1. Introduction.mp4 3.8 MB
  1. Introduction.srt 819.2 B
  10. Throttle API calls by using debounce.mp4 12.3 MB
  10. Throttle API calls by using debounce.srt 1.8 KB
  10.1 Github.html 204.8 B
  10.2 Stackblitz.html 102.4 B
  2. Add filters buttons.mp4 17.1 MB
  2. Add filters buttons.srt 1.8 KB
  2. Add search component.mp4 14.7 MB
  2. Add search component.srt 2 KB
  2. Generate the app and add UIkit.mp4 15.2 MB
  2. Generate the app and add UIkit.srt 2.6 KB
  2.1 Github.html 204.8 B
  2.1 Stackblitz.html 102.4 B
  2.2 Stackblitz.html 102.4 B
  3. Add dropdown with home type filter and the toggling state.mp4 25.3 MB
  3. Add dropdown with home type filter and the toggling state.srt 3.1 KB
  3. Add form control.mp4 16 MB
  3. Add form control.srt 2.6 KB
  3. Add homes route and new component.mp4 17.1 MB
  3. Add homes route and new component.srt 3.9 KB
  3.1 Github.html 102.4 B
  3.2 Stackblitz.html 102.4 B
  4. Add form for home type filtering.mp4 27.8 MB
  4. Add form for home type filtering.srt 3.7 KB
  4. Add mocked data.mp4 7.7 MB
  4. Add mocked data.srt 2 KB
  4. Output search to the query params.mp4 15.8 MB
  4. Output search to the query params.srt 2 KB
  4.1 Github.html 204.8 B
  4.2 Stackblitz.html 102.4 B
  5. Add service and fetch data.mp4 16.5 MB
  5. Add service and fetch data.srt 3.2 KB
  5. Capture selected filters.mp4 29.7 MB
  5. Capture selected filters.srt 2.5 KB
  5. Filter homes by search.mp4 20.4 MB
  5. Filter homes by search.srt 3 KB
  5.1 Github.html 204.8 B
  5.2 Stackblitz.html 102.4 B
  6. Set default search value.mp4 13.2 MB
  6. Set default search value.srt 2.1 KB
  6. Set selected filters in the URL.mp4 30.5 MB
  6. Set selected filters in the URL.srt 4.2 KB
  6. Show home details.mp4 17.2 MB
  6. Show home details.srt 3 KB
  6.1 Github.html 204.8 B
  6.2 Stackblitz.html 102.4 B
  7. Add styling.mp4 38.2 MB
  7. Add styling.srt 3.4 KB
  7. Refactor home list to use command pattern.mp4 30.2 MB
  7. Refactor home list to use command pattern.srt 3.1 KB
  7. Show empty message.mp4 19.1 MB
  7. Show empty message.srt 3.7 KB
  7.1 Github.html 204.8 B
  7.2 Stackblitz.html 102.4 B
  8. Add spinner.mp4 49.4 MB
  8. Add spinner.srt 5.6 KB
  8. Filter homes using URL parameters.mp4 45.7 MB
  8. Filter homes using URL parameters.srt 5.7 KB
  8. Update filtering to work with search.mp4 20.2 MB
  8. Update filtering to work with search.srt 4.4 KB
  8.1 Github.html 204.8 B
  8.2 Stackblitz.html 102.4 B
  9. Add default filters and the highlight to the button.mp4 30.4 MB
  9. Add default filters and the highlight to the button.srt 3.2 KB
  9. Make search case insensitive.mp4 4.7 MB
  9. Make search case insensitive.srt 1.1 KB
  9.1 Github.html 204.8 B
  9.2 Stackblitz.html 102.4 B
  Bonus Resources.txt 307.2 B
  Get Bonus Downloads Here.url 204.8 B
  ▲ 105 total files

Description


Master Angular Fundamentals by Building a Real App
https://CoursePig.com

Last Update: 11/2019
Duration: 1h 11m | Video: .MP4, 1280x720 30 fps | Audio: AAC, 44.1 kHz, 2ch | Size: 560 MB
Genre: eLearning | Language: English
Fast-paced and super practical Angular course.

What you'll learn:
How to use Angular to build a real world app
How to use Angular routes and router service
How to use Angular forms
How to use custom input and output property binding
How to use ngIf and ngFor structural directives
How to use the async pipe and the observables
How to use different styles of fetching the data from the API
How to use CSS flex and grid
Basic UI state management with component properties
How to use ng-template with template variables
How to use ng-container
How to use ng cli

Requirements:
Basic knowledge of Angular

Description:
In this course, you will learn how to use angular framework to build an example of a home rental application. I will show you how to fetch a list of homes from a simulated backend, show a spinner and display the data with a clean responsive style. Then, I'll show you how to build a dropdown that allows you to select home types, click apply update the URL and filter the list homes. These might seem like trivial features however as you will see it shows you how to use:
angular routes and the router service
angular forms
custom input and output property binding
ngIf and ngFor structural directives
the async pipe and the observables
different styles of fetching the data from the API
CSS flex and grid
UI state management with component properties
ng-template with template variables
ng-container
ng cli
I will not waste your time going over any slides or theory. I keep every video short to the point where show you how to build one specific thing that you can apply right now in your next angular application
Moreover, with every video, I include two links. The first link shows what I added or changed in the code precisely line by line so you never lose track of what's happening on the screen. The second link takes you to the stackblitz page showing both the code and the application live as I wrote it for that specific video. This is super useful because you can make changes and poke around the app for every topic completely on your own without having to type the whole thing as you go along
If that sounds exciting, sign up now and start learning!

Related Torrents

torrent name size uploader age seed leech
2
10
0
9
6