ems-web-app-utils
Version:
Utility methods that are intended for use in Angular.io [web applications developed by Educational Media Solutions](https://github.com/spencech/ems-web-app-template)
9 lines (8 loc) • 349 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class UtilsComponent implements OnInit {
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<UtilsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<UtilsComponent, "lib-utils", never, {}, {}, never, never>;
}