I try to use this library in my Angular 4 project. I import library in typescript
import { Equation } from "equations";
It is right?
with ng build give me this error:
ERROR in .//equations/dist/index.js
Module not found: Error: Can't resolve 'babel/polyfill' in 'C:\Users\Giacomo\Documents\Visual Studio 2017\Projects\test\my-app\node_modules\equations\dist'
@ .//equations/dist/index.js 13:0-25
@ ./src/app/app.component.ts
@ ./src/app/app.module.ts
@ ./src/main.ts
@ multi ./src/main.ts
I try to use this library in my Angular 4 project. I import library in typescript
import { Equation } from "equations";
It is right?
with ng build give me this error:
ERROR in ./~/equations/dist/index.js
Module not found: Error: Can't resolve 'babel/polyfill' in 'C:\Users\Giacomo\Documents\Visual Studio 2017\Projects\test\my-app\node_modules\equations\dist'
@ ./~/equations/dist/index.js 13:0-25
@ ./src/app/app.component.ts
@ ./src/app/app.module.ts
@ ./src/main.ts
@ multi ./src/main.ts
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I try to use this library in my Angular 4 project. I import library in typescript
import { Equation } from "equations";
It is right?
with ng build give me this error:
ERROR in ./
/equations/dist/index.js/equations/dist/index.js 13:0-25Module not found: Error: Can't resolve 'babel/polyfill' in 'C:\Users\Giacomo\Documents\Visual Studio 2017\Projects\test\my-app\node_modules\equations\dist'
@ ./
@ ./src/app/app.component.ts
@ ./src/app/app.module.ts
@ ./src/main.ts
@ multi ./src/main.ts
@Toso82 Hi,
could you please try with the latest version?
equations@1.3.6@mdibaiee Hi,
With update compile well thanks.