Browse Source
Merge pull request #23303 from abpframework/issue-23299
Add collapseWithMargin animation to account layout - issue 23299
pull/23319/head
Yağmur Çelik
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
npm/ng-packs/packages/theme-basic/src/lib/components/account-layout/account-layout.component.ts
|
|
|
@ -8,10 +8,12 @@ import { NavItemsComponent } from '../nav-items/nav-items.component'; |
|
|
|
import { AuthWrapperComponent } from './auth-wrapper/auth-wrapper.component'; |
|
|
|
import { PageAlertContainerComponent } from '../page-alert-container/page-alert-container.component'; |
|
|
|
import { RouterModule } from '@angular/router'; |
|
|
|
import { collapseWithMargin } from '@abp/ng.theme.shared'; |
|
|
|
|
|
|
|
@Component({ |
|
|
|
selector: 'abp-layout-account', |
|
|
|
templateUrl: './account-layout.component.html', |
|
|
|
animations: [collapseWithMargin], |
|
|
|
providers: [LayoutService, SubscriptionService], |
|
|
|
imports: [ |
|
|
|
CommonModule, |
|
|
|
|