[DEV] some bugs
This commit is contained in:
parent
e10ebe4de8
commit
434322fc9b
@ -2,9 +2,9 @@
|
||||
"$schema" : "./node_modules/@angular/cli/lib/config/schema.json",
|
||||
"version" : 1,
|
||||
"newProjectRoot" : "projects",
|
||||
"defaultProject" : "no-comment",
|
||||
"defaultProject" : "karideo",
|
||||
"projects" : {
|
||||
"no-comment" : {
|
||||
"karideo" : {
|
||||
"root" : "",
|
||||
"sourceRoot" : "src",
|
||||
"projectType" : "application",
|
||||
@ -42,18 +42,18 @@
|
||||
"serve" : {
|
||||
"builder" : "@angular-devkit/build-angular:dev-server",
|
||||
"options" : {
|
||||
"browserTarget" : "no-comment:build"
|
||||
"browserTarget" : "karideo:build"
|
||||
},
|
||||
"configurations" : {
|
||||
"production" : {
|
||||
"browserTarget" : "no-comment:build:production"
|
||||
"browserTarget" : "karideo:build:production"
|
||||
}
|
||||
}
|
||||
},
|
||||
"extract-i18n" : {
|
||||
"builder" : "@angular-devkit/build-angular:extract-i18n",
|
||||
"options" : {
|
||||
"browserTarget" : "no-comment:build"
|
||||
"browserTarget" : "karideo:build"
|
||||
}
|
||||
},
|
||||
"test" : {
|
||||
@ -77,7 +77,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"no-comment-e2e" : {
|
||||
"karideo-e2e" : {
|
||||
"root" : "e2e",
|
||||
"sourceRoot" : "e2e",
|
||||
"projectType" : "application",
|
||||
@ -86,7 +86,7 @@
|
||||
"builder" : "@angular-devkit/build-angular:protractor",
|
||||
"options" : {
|
||||
"protractorConfig" : "./protractor.conf.js",
|
||||
"devServerTarget" : "no-comment:serve"
|
||||
"devServerTarget" : "karideo:serve"
|
||||
}
|
||||
},
|
||||
"lint" : {
|
||||
|
@ -16,7 +16,6 @@ import { PopInService } from '../../service/popin';
|
||||
})
|
||||
|
||||
export class PopInComponent implements OnInit, OnDestroy {
|
||||
public displayPopIn: boolean = false;
|
||||
@Input() id: string;
|
||||
@Input() popTitle: string = 'No title';
|
||||
@Input() closeTopRight: any = "false";
|
||||
@ -28,6 +27,8 @@ export class PopInComponent implements OnInit, OnDestroy {
|
||||
@Input() saveTitle: any = null;
|
||||
@Input() otherTitle: any = null;
|
||||
|
||||
public displayPopIn: boolean = false;
|
||||
|
||||
constructor(private popInService: PopInService) {
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user