Skip to content
Snippets Groups Projects
index.ts 148 B
import { DynamicRouterLinkComponent } from './dynamic-router-link.component';

export const DynamicComponents = [
    DynamicRouterLinkComponent
];