UNPKG

@kv-systems/ng-packagr

Version:

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

10 lines (8 loc) 214 B
import { Component } from '@angular/core'; @Component({ standalone: false, selector: 'custom-foo', templateUrl: './foo.component.html', styleUrls: ['./foo.component.scss'], }) export class FooComponent {}