@kv-systems/ng-packagr
Version:
Compile and package Angular libraries in Angular Package Format (APF)
16 lines (14 loc) • 444 B
text/typescript
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { SecondaryAngularComponent } from './secondary.component';
import { AngularModule, TestInterface } from '@sample/api';
export class SecondaryAngularModule {
x: TestInterface = {
title: 'x',
};
}