UNPKG

@asi-ngtools/lib

Version:

This project is a little components library, simple to use, which will help you to simplify your project.

6 lines (5 loc) 156 B
export declare class AsiCssInjectorService { constructor(); injectCss(cssUrl: string): void; getCssTemplate(cssUrl: string): HTMLLinkElement; }