Description:
The initial build fails with the typescript error
Error: src/app/folder/folder.page.ts:15:5 - error TS2322: Type 'string | null' is not assignable to type 'string'.
Type 'null' is not assignable to type 'string'.
this.folder = this.activatedRoute.snapshot.paramMap.get('id');
Starter Type: angular Starter Template: sidemenu
Description: The initial build fails with the typescript error
My
ionic info
:Other Information: A fairly simply fix
public folder!: string | null;