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
Error: Can't resolve all parameters for ApplicationModule: (?). compiler.umd.js:2617
The text was updated successfully, but these errors were encountered:
repalleshyamsundarreddy
changed the title
Functioanlity at https://stackblitz.com/github/changhuixu/session-expiration-alert is not working
Functionality at https://stackblitz.com/github/changhuixu/session-expiration-alert is not working due to errors in compiler.umd.js
Jan 16, 2019
Thank you for your patience - Unfortunately, I'm unable to load the project link you provided. We are unable to provide assistance without further information about the issue you are seeing and will be closing this accordingly. If your issue persists, feel free to tag me or ask to reopen this issue with a working project link, description, and screenshots of the error. Thank you! :)
import { Component } from '@angular/core';
import { SessionTimerService } from 'session-expiration-alert';
@component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
https://mklimnok.github.stackblitz.io
Unhandled Promise rejection:
Can't resolve all parameters for ApplicationModule: (?).
; Zone:
; Task:
null
; Value:
Error: Can't resolve all parameters for ApplicationModule: (?).
Error: Can't resolve all parameters for ApplicationModule: (?).
at syntaxError (https://mklimnok.github.stackblitz.io/turbo_modules/@angular/compiler@7.0.2/bundles/compiler.umd.js:2617:21)
at CompileMetadataResolver._getDependenciesMetadata (https://mklimnok.github.stackblitz.io/turbo_modules/@angular/compiler@7.0.2/bundles/compiler.umd.js:17930:39)
at CompileMetadataResolver._getTypeMetadata (https://mklimnok.github.stackblitz.io/turbo_modules/@angular/compiler@7.0.2/bundles/compiler.umd.js:17823:30)
at CompileMetadataResolver.getNgModuleMetadata (https://mklimnok.github.stackblitz.io/turbo_modules/@angular/compiler@7.0.2/bundles/compiler.umd.js:17691:28)
at CompileMetadataResolver.getNgModuleSummary (https://mklimnok.github.stackblitz.io/turbo_modules/@angular/compiler@7.0.2/bundles/compiler.umd.js:17501:39)
at eval (https://mklimnok.github.stackblitz.io/turbo_modules/@angular/compiler@7.0.2/bundles/compiler.umd.js:17615:55)
at Array.forEach ()
at CompileMetadataResolver.getNgModuleMetadata (https://mklimnok.github.stackblitz.io/turbo_modules/@angular/compiler@7.0.2/bundles/compiler.umd.js:17603:53)
at CompileMetadataResolver.getNgModuleSummary (https://mklimnok.github.stackblitz.io/turbo_modules/@angular/compiler@7.0.2/bundles/compiler.umd.js:17501:39)
at eval (https://mklimnok.github.stackblitz.io/turbo_modules/@angular/compiler@7.0.2/bundles/compiler.umd.js:17588:59)
Error: Can't resolve all parameters for ApplicationModule: (?). compiler.umd.js:2617
The text was updated successfully, but these errors were encountered: