UNPKG

waw-dev

Version:

[waw](https://webart.work) is the open-source web, mobile and desktop app development framework that makes it easy to build top quality web apps with web technologies.

10 lines (9 loc) 213 B
import { Component } from '@angular/core'; @Component({ selector: 'NAME', templateUrl: './NAME.component.html', styleUrls: ['./NAME.component.scss'] }) export class CNAMEComponent{ constructor() {} }