Error: src/app/attack/attack.component.ts:2:29 - error TS2307: Cannot find module '@angular-mf/core' or its corresponding type declarations.
2 import { CoreService } from '@angular-mf/core'; ~~~~~~~~~~~~~~~~~~ src/app/result/result.component.ts:2:24 - error TS2307: Cannot find module '@angular-mf/core' or its corresponding type declarations.
2 import { Attack } from '@angular-mf/core'; ~~~~~~~~~~~~~~~~~~ src/app/app.module.ts:5:28 - error TS2307: Cannot find module '@angular-mf/core' or its corresponding type declarations.
5 import { CoreModule } from '@angular-mf/core'; ~~~~~~~~~~~~~~~~~~
Error: src/app/app.module.ts(24,5): Error during template compile of 'AppModule' Could not resolve @angular-mf/core relative to [object Object].