0
andry3ag created
Hi Team,
We have recently download the ASP.Net Core 3x with Anguylar 9.x (version 8.6) . I want to add the ngx-plaid-link angular module to my front end project. Looking at this following instalation steps from
https://github.com/mike-roberts/ngx-plaid-link
I have ran the "yarn add ngx-plaid-link" command for instalation. And now I need to know which module do I import the NgxPlaidLinkModule to? Is it "app.module.ts" or "main.module.ts" in the angular folder?
Thanks
1 Answer(s)
-
0
Hi @andry3ag,
If you are going to use it only in admin pages, import it into admin.module, If you are going to use it only in pages you are going to create, import it into main.module.
If you are going to use it in the entire app, import it into app.module.