Hi! I am coding a chat application using angular/ionic, although I am still pretty new. I cloned the file you have provided inside my "node_modules" folder using npm command you mentioned. However, when trying to import it in "app.module.ts" file, I get an "ReferenceError: angular is not defined". What can I do to solve this?
Just to be clear, this is a module for AngularJS. You need to include AngularJS to use it. The fact that you have a TypeScript app module suggests to me that you're using Angular (version 2 or higher).
Hi! I am coding a chat application using angular/ionic, although I am still pretty new. I cloned the file you have provided inside my "node_modules" folder using npm command you mentioned. However, when trying to import it in "app.module.ts" file, I get an "ReferenceError: angular is not defined". What can I do to solve this?