UNPKG

@angular-wave/angular.ts

Version:

A modern, optimized and type-safe version of AngularJS

16 lines (15 loc) 391 B
/** * @returns {import('../../interface.ts').Directive} */ export function selectDirective(): import("../../interface.ts").Directive; export function optionDirective($interpolate: any): { restrict: string; priority: number; compile( element: any, attr: any, ): (scope: any, element: any, attr: any) => void; }; export namespace optionDirective { let $inject: string[]; }