UNPKG

@angular-package/prism

Version:
15 lines 543 B
import { CommonModule } from '@angular/common'; import { NgModule } from '@angular/core'; import { PrismComponent } from './prism.component'; const COMMON_DECLARATIONS_EXPORTS = [PrismComponent]; export class ApPrismModule { } ApPrismModule.decorators = [ { type: NgModule, args: [{ declarations: COMMON_DECLARATIONS_EXPORTS, exports: COMMON_DECLARATIONS_EXPORTS, imports: [CommonModule] },] }, ]; ApPrismModule.ctorParameters = () => []; //# sourceMappingURL=prism.module.js.map