UNPKG

@angular-wave/angular.ts

Version:

A modern, optimized and type-safe version of AngularJS

12 lines (11 loc) 284 B
/** * TODO // Add type for animate service * @param {*} $animate * @returns {import("../../interface.ts").Directive} */ export function ngRepeatDirective( $animate: any, ): import("../../interface.ts").Directive; export namespace ngRepeatDirective { let $inject: string[]; }