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:
parent
c30d4f27fb
commit
27cf71851b
@ -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';
|
||||
|
@ -1,4 +1,4 @@
|
||||
///<reference path="../../../typings/browser.d.ts"/>
|
||||
///<reference path="../../browser.d.ts"/>
|
||||
|
||||
import { Component } from 'angular2/core';
|
||||
|
||||
|
@ -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';
|
||||
|
@ -1,4 +1,4 @@
|
||||
///<reference path="../../../typings/browser.d.ts"/>
|
||||
///<reference path="../../browser.d.ts"/>
|
||||
|
||||
import {
|
||||
it,
|
||||
|
@ -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";
|
||||
|
@ -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';
|
||||
|
@ -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
5
frontend/browser.d.ts
vendored
Normal 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" />
|
Loading…
Reference in New Issue
Block a user