All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.app.modules.home-page.home-page.routes.ts Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
import { Routes } from '@angular/router';
import { HomePageComponent } from './components/home-page/home-page.component';

export const homePageRoute: Routes = [

    { path: '', component: HomePageComponent }
];




© 2015 - 2025 Weber Informatics LLC | Privacy Policy