{"id":18794284,"url":"https://github.com/angular-university/angular-signals-course","last_synced_at":"2025-04-13T14:32:38.976Z","repository":{"id":229597434,"uuid":"777133191","full_name":"angular-university/angular-signals-course","owner":"angular-university","description":"Modern Angular With Signals Course","archived":false,"fork":false,"pushed_at":"2024-04-30T15:10:21.000Z","size":284,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-02T07:09:31.649Z","etag":null,"topics":["angular","courses","signals"],"latest_commit_sha":null,"homepage":"https://angular-university.io/course/angular-signals-course","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/angular-university.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-25T09:11:02.000Z","updated_at":"2024-05-28T15:43:04.231Z","dependencies_parsed_at":"2024-05-28T15:42:53.227Z","dependency_job_id":"e15efcfb-c0ef-40da-ad13-4e3ee8664a23","html_url":"https://github.com/angular-university/angular-signals-course","commit_stats":null,"previous_names":["angular-university/angular-signals-course"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-university%2Fangular-signals-course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-university%2Fangular-signals-course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-university%2Fangular-signals-course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-university%2Fangular-signals-course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angular-university","download_url":"https://codeload.github.com/angular-university/angular-signals-course/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248728216,"owners_count":21152178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","courses","signals"],"created_at":"2024-11-07T21:28:53.700Z","updated_at":"2025-04-13T14:32:38.961Z","avatar_url":"https://github.com/angular-university.png","language":"TypeScript","readme":"\n##  Modern Angular With Signals Course\n\nThis repository contains the code of the [Modern Angular With Signals Course](https://angular-university.io/course/angular-signals-course).\n\nThis course repository is updated to Angular 19:\n\n![Modern Angular With Signals](https://d3vigmphadbn9b.cloudfront.net/course-images/large-images/angular-signals-course.jpg)\n\n# Installation pre-requisites\n\nIMPORTANT: Please use Node 18 (Long Term Support version).\n\n# Installing the Angular CLI\n\nStart by doing a global installation of the Angular CLI:\n\n    npm install -g @angular/cli\n\n# How To install this repository\n\nyou can install the main branch using the following commands:\n\n    git clone https://github.com/angular-university/angular-signals-course.git\n\n    cd angular-signals-course\n\n    npm install\n\n# What branches does this repository have?\n\nThis repository has 2 branches:\n\n- the main branch contains the final code that you will have created at the end of the course\n- the 1-start branch contains the starting point for the course\n\nIf you don't use Git, it's also possible to download each branch as a ZIP file.\n\nTo do so, you must first select the correct branch from the branch dropdown here on top of this screen on Github. \n\nOnce inside the right branch, click the green \"Code\" button and select \"Download ZIP\".\n\n# Running the local backend server\n\nIn order to be able to provide more realistic examples, we will need in our playground a small REST API backend server. \n\nWe can start the sample application backend with the following command:\n\n    npm run server\n\n# To run the Frontend Server\n\nTo run the frontend part of our code, we will use the Angular CLI:\n\n    npm start\n\nYou can also start the frontend application using the following command:\n\n    ng serve\n\nThe application is visible in port 4200: [http://localhost:4200](http://localhost:4200)\n\n# Other Courses\n\n# Angular Core Deep Dive Course\n\nIf you are looking for the [Angular Core Deep Dive Course](https://angular-university.io/course/angular-course), you can find it here:\n\n![Angular Core Deep Dive](https://d3vigmphadbn9b.cloudfront.net/course-images/large-images/angular-core-deep-dive-new-2.jpg)\n\n# RxJs In Practice Course\n\nIf you are looking for the [RxJs In Practice Course](https://angular-university.io/course/rxjs-course), the repo with the full code can be found here:\n\n![RxJs In Practice Course](https://s3-us-west-1.amazonaws.com/angular-university/course-images/rxjs-in-practice-course.png)\n\n\n# NgRx In Depth Course\n\nIf you are looking for the [NgRx In Depth Course](https://angular-university.io/course/angular-ngrx-course), the repo with the full code can be found here:\n\n![NgRx In Depth Course](https://s3-us-west-1.amazonaws.com/angular-university/course-images/angular-ngrx-course.png)\n\n\n\n# Angular PWA Course\n\nIf you are looking for the [Angular PWA Course](https://angular-university.io/course/angular-pwa-course), the repo with the full code can be found here:\n\n![Angular PWA Course - Build the future of the Web Today](https://s3-us-west-1.amazonaws.com/angular-university/course-images/angular-pwa-course.png)\n\n# Angular Security Masterclass\n\nIf you are looking for the [Angular Security Masterclass](https://angular-university.io/course/angular-security-course), the repo with the full code can be found here:\n\n[Angular Security Masterclass](https://github.com/angular-university/angular-security-course).\n\n![Angular Security Masterclass](https://s3-us-west-1.amazonaws.com/angular-university/course-images/security-cover-small-v2.png)\n\n# Angular Advanced Library Laboratory Course\n\nIf you are looking for the Angular Advanced Course, the repo with the full code can be found here:\n\n[Angular Advanced Library Laboratory Course: Build Your Own Library](https://angular-university.io/course/angular-advanced-course).\n\n![Angular Advanced Library Laboratory Course: Build Your Own Library](https://angular-academy.s3.amazonaws.com/thumbnails/advanced_angular-small-v3.png)\n\n\n## RxJs and Reactive Patterns Angular Architecture Course\n\nIf you are looking for the RxJs and Reactive Patterns Angular Architecture Course code, the repo with the full code can be found here:\n\n[RxJs and Reactive Patterns Angular Architecture Course](https://angular-university.io/course/reactive-angular-architecture-course)\n\n![RxJs and Reactive Patterns Angular Architecture Course](https://s3-us-west-1.amazonaws.com/angular-academy/blog/images/rxjs-reactive-patterns-small.png)\n\n\n\n## Angular Ngrx Reactive Extensions Architecture Course\n\nIf you are looking for the Angular Ngrx Reactive Extensions Architecture Course code, the repo with the full code can be found here:\n\n[Angular Ngrx Reactive Extensions Architecture Course](https://angular-university.io/course/angular2-ngrx)\n\n[Github repo for this course](https://github.com/angular-university/ngrx-course)\n\n![Angular Ngrx Course](https://angular-academy.s3.amazonaws.com/thumbnails/ngrx-angular.png)\n\n\n\n## Angular 2 and Firebase - Build a Web Application Course\n\nIf you are looking for the Angular 2 and Firebase - Build a Web Application Course code, the repo with the full code can be found here:\n\n[Angular 2 and Firebase - Build a Web Application](https://angular-university.io/course/build-an-application-with-angular2)\n\n[Github repo for this course](https://github.com/angular-university/angular-firebase-app)\n\n![Angular firebase course](https://angular-academy.s3.amazonaws.com/thumbnails/angular_app-firebase-small.jpg)\n\n\n## Complete Typescript 2 Course - Build A REST API\n\nIf you are looking for the Complete Typescript 2 Course - Build a REST API, the repo with the full code can be found here:\n\n[https://angular-university.io/course/typescript-2-tutorial](https://github.com/angular-university/complete-typescript-course)\n\n[Github repo for this course](https://github.com/angular-university/complete-typescript-course)\n\n![Complete Typescript Course](https://angular-academy.s3.amazonaws.com/thumbnails/typescript-2-small.png)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular-university%2Fangular-signals-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangular-university%2Fangular-signals-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular-university%2Fangular-signals-course/lists"}