mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
8 lines
500 B
TypeScript
8 lines
500 B
TypeScript
// This file contains all ambient imports needed to compile the modules/ source code
|
|
|
|
/// <reference path="../node_modules/zone.js/dist/zone.js.d.ts" />
|
|
/// <reference path="../node_modules/@types/hammerjs/index.d.ts" />
|
|
/// <reference path="../node_modules/@types/jasmine/index.d.ts" />
|
|
/// <reference path="../node_modules/@types/node/index.d.ts" />
|
|
/// <reference path="../node_modules/@types/protractor/index.d.ts" />
|
|
/// <reference path="../node_modules/@types/selenium-webdriver/index.d.ts" />
|