[DEV] update prod mode
This commit is contained in:
parent
db671445bc
commit
63e303c72c
@ -13,7 +13,7 @@ import { HttpClientModule } from '@angular/common/http';
|
||||
import { routing } from './app-routing.module';
|
||||
|
||||
|
||||
import { CardListComponent } from './card-list/card-list.component';
|
||||
import { HelpComponent } from './help/help.component';
|
||||
import { AuthService } from './auth.service';
|
||||
import { TopMenuComponent } from './top-menu/top-menu.component';
|
||||
import { ElementTypeComponent } from './element-type/element-type.component';
|
||||
@ -49,6 +49,7 @@ import { AppComponent } from './app.component';
|
||||
declarations: [
|
||||
AppComponent,
|
||||
TopMenuComponent,
|
||||
HelpComponent,
|
||||
ElementTypeComponent,
|
||||
ElementGroupComponent,
|
||||
ElementSaisonComponent,
|
||||
|
@ -1,3 +0,0 @@
|
||||
<p>
|
||||
card-list works!
|
||||
</p>
|
@ -1,21 +0,0 @@
|
||||
|
||||
.main-content {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: ~"calc(100% - 56px)";
|
||||
top: 56px;
|
||||
left: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: block;
|
||||
position: fixed;
|
||||
background-color:#FF0;
|
||||
.main-reduce {
|
||||
width: 80%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0px 10% 0px 10%;
|
||||
display: block;
|
||||
overflow-y:scroll;
|
||||
}
|
||||
}
|
@ -1,25 +0,0 @@
|
||||
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
|
||||
|
||||
import { CardListComponent } from './card-list.component';
|
||||
|
||||
describe('CardListComponent', () => {
|
||||
let component: CardListComponent;
|
||||
let fixture: ComponentFixture<CardListComponent>;
|
||||
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
declarations: [ CardListComponent ]
|
||||
})
|
||||
.compileComponents();
|
||||
}));
|
||||
|
||||
beforeEach(() => {
|
||||
fixture = TestBed.createComponent(CardListComponent);
|
||||
component = fixture.componentInstance;
|
||||
fixture.detectChanges();
|
||||
});
|
||||
|
||||
it('should create', () => {
|
||||
expect(component).toBeTruthy();
|
||||
});
|
||||
});
|
@ -1,15 +0,0 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-card-list',
|
||||
templateUrl: './card-list.component.html',
|
||||
styleUrls: ['./card-list.component.less']
|
||||
})
|
||||
export class CardListComponent implements OnInit {
|
||||
//@Input() cards: Array<any>;
|
||||
constructor() { }
|
||||
|
||||
ngOnInit() {
|
||||
}
|
||||
|
||||
}
|
@ -1,6 +1,5 @@
|
||||
<div>
|
||||
{{name}}<br/>
|
||||
{{sha512}}<br/>
|
||||
|
||||
<!--<div [disabled]="display_video=='false' ? true : null">
|
||||
aaa sdfsdfsdfsdf aaa
|
||||
|
@ -12,6 +12,10 @@ export class ValidateEmailComponent implements OnInit {
|
||||
ngOnInit() {
|
||||
}
|
||||
|
||||
onSend() {
|
||||
}
|
||||
onCheck() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user