Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 657 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 657 Bytes

Tour of Heroes

Following the Angular tutorials/docs on Angular.io

Angular

Router

Learning the router and using Resolve to fetch data before loading the component, CanDeactivate to prevent the user to accidentally leave component without saving changes and Guards to prevent users from accessing restricted routes.

Animations

Learned the basics of animations in Angular and how to handle transitions between certain states.

Services

Learned to delegate certain logic and data to services.

Angular/CLI

This project was generated with angular-cli version 1.0.0-beta.28.3.