angular_crud

first run npm install
then run npm start/ ng server
you'll get an error for ngx-toastr
then run npm install ngx-toastr
then run npm start/ ng server
if you still get and error then replace the tsconfig file with provided tsconfig.json file
run npm start/ ng serve to run the project