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.
tsconfig.app.json
json "paths": { "@angular/*": ["./node_modules/@angular/*"] },