Comments on: What is Angular? https://mdbootstrap.com Powerful and free Material Design UI KIT Fri, 18 Oct 2019 06:29:11 +0000 hourly 1 https://wordpress.org/?v=5.6.2 By: Bhushan https://mdbootstrap.com/education/angular/crash-1-what-angular-is/comment-page-1/#comment-33526 Fri, 20 Apr 2018 10:47:41 +0000 https://mdbootstrap.com/?page_id=52518#comment-33526 Facing some error : 1) src/app/app.component.ts(84,9): error TS2322: Type ‘{ ‘name’: string; ‘id’: null; }’ is not assignable to type ‘Category’.
Property ‘constructore’ is missing in type ‘{ ‘name’: string; ‘id’: null; }’.2)src/app/categories/category-data.service.ts(12,17): error TS2304: Cannot find name ‘Category’.3)src/app/todos/todo-data.service.ts(18,19): error TS2304: Cannot find name ‘Todo’. can you please guide me to resolve these issue. thanks in advance

]]>