mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-12-25 02:04:15 +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.map
|
||||
test/coverage
|
||||
.coveralls.yml
|
||||
demo/TEMP/
|
||||
config.json
|
||||
|
@ -1,13 +1,10 @@
|
||||
///<reference path="../../browser.d.ts"/>
|
||||
|
||||
import {Component, OnInit} from 'angular2/core';
|
||||
import {LoginCredential} from '../../../common/entities/LoginCredential';
|
||||
import {Component, OnInit} from 'angular2/core';
|
||||
import {AuthenticationService} from "../model/authentication.service";
|
||||
import {Router} from "angular2/router";
|
||||
import {MATERIAL_DIRECTIVES} from "ng2-material/all";
|
||||
import {FORM_DIRECTIVES} from "angular2/common";
|
||||
import {MATERIAL_BROWSER_PROVIDERS} from "ng2-material/all";
|
||||
import {ViewportHelper} from "ng2-material/all";
|
||||
import {MATERIAL_DIRECTIVES} from "ng2-material/all";
|
||||
import {MATERIAL_BROWSER_PROVIDERS} from "ng2-material/all";
|
||||
import {FrameComponent} from "../frame/frame.component";
|
||||
|
||||
@Component({
|
||||
|
Loading…
Reference in New Issue
Block a user