Add support for absolute path import shortcuts.

This commit is contained in:
Spencer Ofwiti
2021-02-14 19:02:35 +03:00
parent 81c6b05a42
commit c0381a170e
29 changed files with 60 additions and 88 deletions

View File

@@ -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',