@ -8,6 +8,7 @@
},
"dependencies": {
"@abp/ng.theme.shared": "~4.4.2",
"@abp/ng.identity": "~4.4.2",
"tslib": "^2.0.0"
"publishConfig": {
@ -1,4 +1,4 @@
import { ProfileService } from '@abp/ng.core';
import { ProfileService } from '@abp/ng.identity/proxy';
import { getPasswordValidators, ToasterService } from '@abp/ng.theme.shared';
import { Component, Injector, OnInit } from '@angular/core';
import { FormBuilder, FormControl, FormGroup, Validators } from '@angular/forms';
import { fadeIn } from '@abp/ng.theme.shared';
import { transition, trigger, useAnimation } from '@angular/animations';
import { Component, OnInit } from '@angular/core';
import { ToasterService } from '@abp/ng.theme.shared';
import { FormBuilder, FormGroup, Validators } from '@angular/forms';
@ -1,4 +1,5 @@
import { InternalStore, ProfileDto } from '@abp/ng.core';
import { InternalStore } from '@abp/ng.core';
import { ProfileDto } from '@abp/ng.identity/proxy';
import { Injectable } from '@angular/core';
import { Observable } from 'rxjs';