benbaran / adal-angular4-example

Angular 4 ADAL Wrapper Example
28 stars 13 forks source link

Cannot find namespace adal #4

Closed tanahara closed 6 years ago

tanahara commented 6 years ago

I get the error cannot find namespace adal when i add

const config: adal.Config = { // <-- ADD tenant: '', // <-- ADD clientId: '' // <-- ADD }
and this.service.init(config);

into a component? Am i missing a typing's?

tanahara commented 6 years ago

Missed the typings file my bad