antonybudianto / angular-starter

:star: Gulp Angular Starter using TypeScript (Updated to 4.4.3)

Home Page:https://antonybudianto.github.io/angular-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove Todolist module

jose4125 opened this issue · comments

Issue Overview

remove the TodolistModule and then the project doesn't load and showed an error

Issue Description

I was trying to remove the TodolistModule and then the project doesn't load and showed an error No provider for ApplicationRef!

Reproducables

remove the TodolistModule from the app.module and remove the import { TodolistModule }

Information

Operating System Windows/OSX/Ubuntu/orYourOSHere
Node version 4.x/5.x/orYourNodeVersionHere
NPM Version 2.x/3.x/orYourNPMVersionHere
Environment Browser/Mobile/WebWorker

I'll investigate on weekend, thanks for the report.

Meanwhile please post your:

  • nodejs and npm version

Turned out I forgot to import required BrowserModule, simply import it to your AppModule should be fine