What is route-config in Angular2?

What is Route-Config in Angular 2?

The Route-Config: - The route config is used to map components to URLs.

Syntax:-

@RouteConfig([
        {path: '/',        component: Home_Component, as: 'Home'},
        {path: '/AboutMe', component: AboutMe_Component, as: 'AboutMe'  }
        {path: '/ContactMe', component: ContactMe_Component, as: 'ContactMe'  }
    ])

Angular2 - Routing Concepts

What is Routing in Angular 2? What is Routes?
What is Router Imports? What is RouterOutlet?
Is it possible to have a multiple router-outlet in the same template? What is RouterLink?
ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

What is Route-Config in Angular 2? What is Route-Config in Angular 2? Reviewed by Anil Singh on 1:33 AM Rating: (5)
www.code-sample.com/. Powered by Blogger.
^