1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-12-25 02:04:15 +02:00

code cleanup

This commit is contained in:
Braun Patrik 2016-04-26 20:30:25 +02:00
parent 1ee749043e
commit 9afc2629f4
2 changed files with 3 additions and 7 deletions

1
.gitignore vendored
View File

@ -12,6 +12,5 @@ backend/**/*.js.map
common/**/*.js
common/**/*.js.map
test/coverage
.coveralls.yml
demo/TEMP/
config.json

View File

@ -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({