UNPKG

@kv-systems/ng-packagr

Version:

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

11 lines (9 loc) 173 B
import { Component } from '@angular/core'; @Component({ standalone: false, selector: 'custom-bar', template: ` <h1>Bar!</h1> `, }) export class BarComponent {}