UNPKG

@angular-wave/angular.ts

Version:

A modern, optimized and type-safe version of AngularJS

11 lines (10 loc) 229 B
/** * @param {ng.CompileService} $compile * @returns {ng.Directive} */ export function ngTranscludeDirective( $compile: ng.CompileService, ): ng.Directive; export namespace ngTranscludeDirective { let $inject: string[]; }