You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if this spa template that you have created, there isn't a typings.json file.... Do I simply add it to the custom-typings.d.ts file or is there something I am missing?
many thanks
The text was updated successfully, but these errors were encountered:
This project is using typescript 2 which added support for typings as npm packages. if you see package.json, thats where are the typings exist now. So if you try adding adal typings as a node package in package.json file, see if error goes away.
I am trying to incorporate angular 2 ADAL into this template using:
https://github.com/alenny/angular2-adal-example/
but I get the following error as desribed with their issue:
alenny/angular2-adal-example#2
However, if this spa template that you have created, there isn't a typings.json file.... Do I simply add it to the custom-typings.d.ts file or is there something I am missing?
many thanks
The text was updated successfully, but these errors were encountered: