Skip to content

Instantly share code, notes, and snippets.

@lucamorelli
lucamorelli / app.component.ts
Last active August 17, 2016 15:16
upgrading to rc 5
import {Component, OnInit} from "@angular/core";
import {ROUTER_DIRECTIVES, Router} from '@angular/router';
import {HTTP_PROVIDERS} from "@angular/http";
//import {APP_ROUTER_PROVIDERS} from "./app.routes";
import {Location} from "@angular/common";
import {AccountServices} from "./account/account.services";
import {HeaderComponent} from "./shared/header.component";
import {IUser} from "./shared/IUser";
import {SharedServices} from "./shared/shared.services";
import {ApplicationServices} from "./shared/application.services";