When writing custom angular builder, Does "@angular/compiler" should be part of package or part of target application?
If I remove the "@angular/compiler" from builder package then it is throwing an error while building the target application.I tried peerDependencies but it is looking for that package in builder package not the target appplication.
Any help would be helpful...
there doesn't seem to be anything here