UNPKG

angular-tool-uwe

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.2.7.

6 lines (5 loc) 144 B
import { OnInit } from '@angular/core'; export declare class HelloWorldComponent implements OnInit { constructor(); ngOnInit(): void; }