mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Upgrade to latest ADF (#3797)
* upgrade to latest ADF * upgrade to latest ADF * remove useless import * update CLI as well * remove useless imports that are already covered by the routes
This commit is contained in:
@@ -22,13 +22,13 @@
|
||||
* from Hyland Software. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import { AppConfigModule, LoginComponent } from '@alfresco/adf-core';
|
||||
import { AppConfigPipe, LoginComponent } from '@alfresco/adf-core';
|
||||
import { Component, ViewEncapsulation } from '@angular/core';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
imports: [LoginComponent, AppConfigModule, TranslateModule],
|
||||
imports: [LoginComponent, TranslateModule, AppConfigPipe],
|
||||
templateUrl: './app-login.component.html',
|
||||
encapsulation: ViewEncapsulation.None
|
||||
})
|
||||
|
Reference in New Issue
Block a user