Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

parser-angular.d.ts 223B

1234567891011
  1. import { Parser } from './';
  2. declare const parser: {
  3. parsers: {
  4. __ng_action: Parser;
  5. __ng_binding: Parser;
  6. __ng_interpolation: Parser;
  7. __ng_directive: Parser;
  8. };
  9. };
  10. export = parser;