diff options
author | Chuyi Guo <guochuyi@chinamobile.com> | 2019-08-23 07:35:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-23 07:35:40 +0000 |
commit | c12c0b1ef71d72a2af275b0bf7d8390c2e226e19 (patch) | |
tree | 407aa0aca84a943301ce536e01807e7b6f743e18 /usecaseui-portal/src/app/views/home | |
parent | b3a6a997080331333b046346cbb6f2050e4d86e1 (diff) | |
parent | 4e11ad92dbc929de190a6c211457bebc88636acd (diff) |
Merge "refactor: change the position of animates.ts to utils"
Diffstat (limited to 'usecaseui-portal/src/app/views/home')
-rw-r--r-- | usecaseui-portal/src/app/views/home/home.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usecaseui-portal/src/app/views/home/home.component.ts b/usecaseui-portal/src/app/views/home/home.component.ts index 11a0f1a8..681e272f 100644 --- a/usecaseui-portal/src/app/views/home/home.component.ts +++ b/usecaseui-portal/src/app/views/home/home.component.ts @@ -15,7 +15,7 @@ */ import { Component, OnInit, Input, Output, EventEmitter, HostBinding } from '@angular/core'; import { HomesService } from '../../core/services/homes.service'; -import { slideToRight } from '../../animates'; +import { slideToRight } from '../../shared/utils/animates'; import { TranslateService } from "@ngx-translate/core"; import { Router } from '@angular/router'; |