Skip to content

Instantly share code, notes, and snippets.

@GaetanoPiazzolla
Last active May 24, 2021 07:36
Show Gist options
  • Save GaetanoPiazzolla/bf6a286e624309bbe58cf03051d48337 to your computer and use it in GitHub Desktop.
Save GaetanoPiazzolla/bf6a286e624309bbe58cf03051d48337 to your computer and use it in GitHub Desktop.
@Injectable({
providedIn: 'root'
})
export class SingletonSecureStorageService {
constructor() {
}
init() {
// overriding window function here
}
}
@GaetanoPiazzolla
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment