mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-24 00:44:07 +01:00
fix(aot): fix styles import
This commit is contained in:
parent
c15fee6eb6
commit
3fa775f262
19 changed files with 44 additions and 50 deletions
|
|
@ -2,10 +2,10 @@ import {Component, ViewEncapsulation} from '@angular/core';
|
|||
import {FormGroup, AbstractControl, FormBuilder, Validators} from '@angular/forms';
|
||||
import {EmailValidator, EqualPasswordsValidator} from '../../theme/validators';
|
||||
|
||||
import 'style-loader!./register.scss';
|
||||
|
||||
@Component({
|
||||
selector: 'register',
|
||||
// encapsulation: ViewEncapsulation.None,
|
||||
styleUrls: ['./register.scss'],
|
||||
templateUrl: './register.html',
|
||||
})
|
||||
export class Register {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue