mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-04-23 12:18:59 +02:00
code cleanup
This commit is contained in:
parent
1ee749043e
commit
9afc2629f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,6 +12,5 @@ backend/**/*.js.map
|
|||||||
common/**/*.js
|
common/**/*.js
|
||||||
common/**/*.js.map
|
common/**/*.js.map
|
||||||
test/coverage
|
test/coverage
|
||||||
.coveralls.yml
|
|
||||||
demo/TEMP/
|
demo/TEMP/
|
||||||
config.json
|
config.json
|
||||||
|
@ -1,13 +1,10 @@
|
|||||||
///<reference path="../../browser.d.ts"/>
|
///<reference path="../../browser.d.ts"/>
|
||||||
|
|
||||||
import {Component, OnInit} from 'angular2/core';
|
import {Component, OnInit} from 'angular2/core';
|
||||||
import {LoginCredential} from '../../../common/entities/LoginCredential';
|
|
||||||
import {AuthenticationService} from "../model/authentication.service";
|
import {AuthenticationService} from "../model/authentication.service";
|
||||||
import {Router} from "angular2/router";
|
import {Router} from "angular2/router";
|
||||||
import {MATERIAL_DIRECTIVES} from "ng2-material/all";
|
import {MATERIAL_DIRECTIVES} from "ng2-material/all";
|
||||||
import {FORM_DIRECTIVES} from "angular2/common";
|
|
||||||
import {MATERIAL_BROWSER_PROVIDERS} from "ng2-material/all";
|
import {MATERIAL_BROWSER_PROVIDERS} from "ng2-material/all";
|
||||||
import {ViewportHelper} from "ng2-material/all";
|
|
||||||
import {FrameComponent} from "../frame/frame.component";
|
import {FrameComponent} from "../frame/frame.component";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user