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
ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files
💻 Code Examples
notes-service.ts function to add note to existing notes array. Uses ?? nullish coalescing operator to create an id basd on the array length or use a fallback id of 1 (array empty)