in Angular by (279 points)
The router in Angular 2.0 has been reworked to be simple, yet extensible. It will include the following basic features:

A) Simple JSON-based Route Config

B) Optional Convention over Configuration

C) Static, Parameterized and Splat Route Patterns

D) URL Unresolver

E) All of above

1 Answer

0 votes
by (279 points)

All of above

Related questions

+1 vote
asked Jul 5, 2021 in Angular by sharadyadav1986 (31.6k points)
...