BryanWilhite / Songhay.Dashboard

the visual summary of activity in the Songhay System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

services are not being injected from yt lib

BryanWilhite opened this issue · comments

getting runtime null ref excepton

ah, first the obvious: according to Todd Palmer, the lib modules need to be imported into the app module

then, to get lazy loading routing to work, a wrapper module for the lib modules is needed (which means rolling back the work to be done in the previous sentence:

ng generate module you-tube-lib --flat=true --module=app --dry-run

👍 ‘regular’ lib references are working 🚀 now i assume i need to add a wrapper module for lazy loading