mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1548] deprecate the usage of the "forRoot" methods in modules (#2344)
* remove CoreModule.forRoot * remove forRoot methods * fix form issues (lint)
This commit is contained in:
committed by
Eugenio Romano
parent
cd46a589e1
commit
95d6a04f99
@@ -35,7 +35,7 @@ describe('ExtensionViewerComponent', () => {
|
||||
|
||||
beforeEach(async(() => {
|
||||
TestBed.configureTestingModule({
|
||||
imports: [CoreModule.forRoot()],
|
||||
imports: [CoreModule],
|
||||
providers: [
|
||||
ExtensionViewerDirective,
|
||||
{provide: ElementRef, useClass: MockElementRef},
|
||||
|
Reference in New Issue
Block a user