Skip to content

Huailun/Trail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

The routing in this reference application demonstrates:

  • Routing Basics
  • Routing to Features
  • Route Parameters
  • Prefetching Data using Route Resolvers
  • Child routes
  • Styling, Animating, and Watching Routes
  • Secondary (Auxiliary) routes
  • Route guards (including confirmation when navigating away with unsaved changes)
  • Lazy loading (asynchronous routing)

Installation

  1. Open a command prompt in the project's root directory (APM)

  2. Type: npm install This installs the dependencies as defined in the package.json file.

  3. Type: npm start This launches the TypeScript compiler (tsc) to compile the application and wait for changes. It also starts the lite-server and launches the browser to run the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published