UNPKG

ng-dynamic-mf

Version:

[![npm](https://img.shields.io/npm/v/ng-dynamic-mf?color=%2300d26a&style=for-the-badge)](https://www.npmjs.com/package/ng-dynamic-mf) [![Sonar Quality Gate](https://img.shields.io/sonar/quality_gate/LoaderB0T_ng-dynamic-mf?server=https%3A%2F%2Fsonarcloud

10 lines (9 loc) 407 B
import { Router, Routes } from '@angular/router'; import * as i0 from "@angular/core"; export declare class RouterEntryService { private readonly _router; constructor(router: Router); registerRoutes(routeConfig: Routes, entryPointName?: string): void; static ɵfac: i0.ɵɵFactoryDeclaration<RouterEntryService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<RouterEntryService>; }