UNPKG

jw-ng-forward

Version:

Temporary package. The default solution for those that want to write Angular 2.x style code in Angular 1.x

3 lines (2 loc) 211 B
import { CompType } from './component'; export declare function DirComp({ selector, controllerAs, template, templateUrl, transclude, providers, inputs, outputs, pipes, directives }: CompType): (t: any) => void;