rahulsahay19 / AMA

Ask Me Anything
0 stars 1 forks source link

I want to add gulp to my angular 8 project #14

Closed PritiMaurya closed 4 years ago

PritiMaurya commented 4 years ago

Please provide me proper document or example that uses gulp in angular 8,

I also want to use ivy in angular 8 project

rahulsahay19 commented 4 years ago

I have not used gulp with angular 8. By default it comes with webpack that too you can't eject as mostly its taken care by CLI and webpack internally. Regarding ivy, you can just switch on the experimental edition in angular.json file. That setting you can easily get from angular documentation. However, this is just for preview not for prod development. Thanks

PritiMaurya commented 4 years ago

I don't understand what you say about ivy

PritiMaurya commented 4 years ago

do you know why this error come FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory

rahulsahay19 commented 4 years ago

To enabled Ivy. Follow this https://angular.io/guide/ivy

PritiMaurya commented 4 years ago

getting this error ERROR in No suitable injection token for parameter 'cdr' of class 'MultiSelectComponent'. no type or decorator