Monorepo Quirk

To get this example working within a monorepo, this hack was added to tsconfig.app.json. It can be safely removed if you're not using a monorepo.

json "paths": { "@angular/*": ["./node_modules/@angular/*"] },