Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

vipera-npm-registry / my-module   js

Repository URL to install this package:

Version: 0.0.8 

/ lib / clock-component / clock-component.d.ts

import { OnInit } from '@angular/core';
export declare class ClockComponent implements OnInit {
    currentTime: string;
    constructor();
    ngOnInit(): void;
}