mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-11-24 08:42:24 +02:00
10 lines
514 B
TypeScript
10 lines
514 B
TypeScript
/// <reference path="../typings/index.d.ts"/>
|
|
/// <reference path="../common/common-classes.d.ts" />
|
|
/// <reference path="../node_modules/tslint/lib/tslint.d.ts" />
|
|
/// <reference path="../node_modules/@angular/core/index.d.ts" />
|
|
/// <reference path="../node_modules/@angular/common/index.d.ts" />
|
|
/// <reference path="../node_modules/@angular/router/index.d.ts" />
|
|
/// <reference path="../node_modules/@angular/router-deprecated/index.d.ts" />
|
|
/// <reference path="../node_modules/zone.js/dist/zone.js.d.ts"/>
|
|
|