1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

browser.d.ts created

This commit is contained in:
Braun Patrik 2016-03-14 13:20:29 +01:00
parent c30d4f27fb
commit 27cf71851b
8 changed files with 12 additions and 7 deletions

View File

@ -1,4 +1,4 @@
///<reference path="../../typings/browser.d.ts"/>
///<reference path="../browser.d.ts"/>
import { Component } from 'angular2/core';
import { RouteConfig, ROUTER_DIRECTIVES, ROUTER_PROVIDERS } from 'angular2/router';

View File

@ -1,4 +1,4 @@
///<reference path="../../../typings/browser.d.ts"/>
///<reference path="../../browser.d.ts"/>
import { Component } from 'angular2/core';

View File

@ -1,4 +1,4 @@
///<reference path="../../../typings/browser.d.ts"/>
///<reference path="../../browser.d.ts"/>
import { Component, OnInit } from 'angular2/core';
import {LoginCredential} from '../../../common/entities/LoginCredential';

View File

@ -1,4 +1,4 @@
///<reference path="../../../typings/browser.d.ts"/>
///<reference path="../../browser.d.ts"/>
import {
it,

View File

@ -1,4 +1,4 @@
///<reference path="../../../typings/browser.d.ts"/>
///<reference path="../../browser.d.ts"/>
import {Injectable} from 'angular2/core';
import {NetworkService} from "../model/network.service";

View File

@ -1,4 +1,4 @@
///<reference path="../../../typings/browser.d.ts"/>
///<reference path="../../browser.d.ts"/>
import * as io from 'socket.io-client';
import {Injectable} from 'angular2/core';

View File

@ -1,4 +1,4 @@
///<reference path="../../../typings/browser.d.ts"/>
///<reference path="../../browser.d.ts"/>
import * as io from 'socket.io-client';
import {Injectable} from 'angular2/core';

5
frontend/browser.d.ts vendored Normal file
View File

@ -0,0 +1,5 @@
///<reference path="../typings/browser.d.ts"/>
/// <reference path="../common/common-classes.d.ts" />
/// <reference path="../node_modules/angular2/typings/browser.d.ts" />
/// <reference path="../node_modules/reflect-metadata/reflect-metadata.d.ts" />
/// <reference path="../node_modules/tslint/lib/tslint.d.ts" />