Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
ngAfterViewInit(): void {
this._foundation = new MDCGridListFoundation(this.createAdapter());
this._foundation.init();
this.setAspect(this.aspect);
}