angular/ngcc-validation

@azure/msal-angular

mgechev opened this issue · 1 comments

ERROR in Attempted to get members of a non-class: "export class MsalConfig {
    constructor() {
        this.authority = "https://login.microsoftonline.com/common";
        this.validateAuthority = true;
        this.cacheLocation = "sessionStorage";
        this.loadFrameTimeout = 6000;
        this.navigateToLoginRequestUrl = true;
    }
}"

This is now passing.