I resolved the issue by removing the wrong import for the Type. This should be coming from Angular Core
removed
import { Type } from '@angular/compiler/src/core';
updated
import { Injectable, Type } from '@angular/core';
I resolved the issue by removing the wrong import for the Type. This should be coming from Angular Core
removed
import { Type } from '@angular/compiler/src/core';
updated
import { Injectable, Type } from '@angular/core';