You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app.module.ts imports the below even when there is not 'Directives' folder in the '1-start' branch
import {AppShellRenderDirective} from "./directives/app-shell-render.directive";
import {AppShellNoRenderDirective} from "./directives/app-shell-norender.directive";
yes i faced the very same situation. Just go ahead and remove those imports and the directives from the declarations array. If you follow the course, those directives will be created and added to the app.module.ts.
Of course this should ideally be fixed by a PR or something so that other students don't experience this issue when freshly cloning the repo
Activity
faridhajnal commentedon Jul 12, 2023
yes i faced the very same situation. Just go ahead and remove those imports and the directives from the declarations array. If you follow the course, those directives will be created and added to the app.module.ts.
Of course this should ideally be fixed by a PR or something so that other students don't experience this issue when freshly cloning the repo