wonderfloyd / Hackathon-Corona

4 stars 1 forks source link

Remove Notifications code (customNotifierOptions, BrowserAnimationsModule) from app.module.ts #74

Open yatuvy opened 4 years ago

yatuvy commented 4 years ago

app.module.ts should only have generic logic code. Component Specific code should be in the component files (ts, html,...) So the task is the move the Notifications specific code from app.module.ts to src/app/notifications code