How to use @ngxd/core - 1 common examples

To help you get started, we’ve selected a few @ngxd/core examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github IndigoSoft / ngxd / src / app / components / dynamic-entities / dynamic / dynamic.module.ts View on Github external
import { NgModule } from '@angular/core';

import { NgxdModule } from '@ngxd/core';

import { DynamicComponent, DynamicHostComponent } from './dynamic.component';

@NgModule({
    imports: [ NgxdModule.forChild() ],
    declarations: [ DynamicComponent, DynamicHostComponent ],
    exports: [ DynamicComponent ]
})
export class DynamicModule {}

@ngxd/core

NGXD is a dynamic pattern + library for Angular

MIT
Latest version published 12 months ago

Package Health Score

58 / 100
Full package analysis

Popular @ngxd/core functions