UNPKG

@kv-systems/ng-packagr

Version:

Compile and package Angular libraries in Angular Package Format (APF)

9 lines (7 loc) 181 B
import { Component } from '@angular/core'; @Component({ standalone: false, selector: 'ng-component-third', template: 'Hello world!', }) export class ThirdAngularComponent {}