Add support for absolute path import shortcuts.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {AfterViewInit, Component, OnInit} from '@angular/core';
|
||||
import {FormBuilder, FormGroup, Validators} from '@angular/forms';
|
||||
import {CustomErrorStateMatcher, CustomValidator} from '../_helpers';
|
||||
import {AuthService} from '../_services';
|
||||
import {CustomErrorStateMatcher} from '@app/_helpers';
|
||||
import {AuthService} from '@app/_services';
|
||||
|
||||
@Component({
|
||||
selector: 'app-auth',
|
||||
|
||||
Reference in New Issue
Block a user