UNPKG

angular-made-with-love

Version:

🚀 An experimental project which demonstrates an Angular Package which contains Angular Elements and Schematics

9 lines (8 loc) • 199 B
import { OnInit } from '@angular/core'; export declare class MadeWithLoveComponent implements OnInit { name: string; url: string; color: string; size: number; ngOnInit(): void; }