{"id":14986855,"url":"https://github.com/angular-university/angular-advanced-course","last_synced_at":"2025-04-13T04:11:43.725Z","repository":{"id":20295226,"uuid":"89375521","full_name":"angular-university/angular-advanced-course","owner":"angular-university","description":"Angular Advanced Library Laboratory Course - Build Your Own Library","archived":false,"fork":false,"pushed_at":"2024-04-03T10:31:19.000Z","size":3804,"stargazers_count":90,"open_issues_count":119,"forks_count":134,"subscribers_count":19,"default_branch":"master","last_synced_at":"2024-04-14T21:48:15.225Z","etag":null,"topics":["angular","angular-cli","angular-components","angular-directives","rxjs","typescript"],"latest_commit_sha":null,"homepage":"https://angular-university.io/course/angular-advanced-course","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","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":"LICENSE","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":"2017-04-25T15:16:12.000Z","updated_at":"2024-04-14T21:48:15.226Z","dependencies_parsed_at":"2024-09-11T19:56:25.832Z","dependency_job_id":"4e3beb21-3c3a-459d-a3d0-cd372e0e76c5","html_url":"https://github.com/angular-university/angular-advanced-course","commit_stats":{"total_commits":238,"total_committers":2,"mean_commits":119.0,"dds":"0.39915966386554624","last_synced_commit":"00f3fa68b0431deb16e190912375d696842dad3b"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-university%2Fangular-advanced-course","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-university%2Fangular-advanced-course/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-university%2Fangular-advanced-course/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/angular-university%2Fangular-advanced-course/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/angular-university","download_url":"https://codeload.github.com/angular-university/angular-advanced-course/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248661705,"owners_count":21141451,"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","angular-cli","angular-components","angular-directives","rxjs","typescript"],"created_at":"2024-09-24T14:13:40.789Z","updated_at":"2025-04-13T04:11:43.688Z","avatar_url":"https://github.com/angular-university.png","language":"TypeScript","readme":"\n# Angular Advanced Library Laboratory Course\n\nThis repository contains the code of the [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# Installation pre-requisites\n\nFor running this project we need and npm installed on our machine. These are some tutorials to install node in different operating systems:\n\n*Its important to install the latest version of Node*\n\n- [Install Node and NPM on Windows](https://www.youtube.com/watch?v=8ODS6RM6x7g)\n- [Install Node and NPM on Linux](https://www.youtube.com/watch?v=yUdHk-Dk_BY)\n- [Install Node and NPM on Mac](https://www.youtube.com/watch?v=Imj8PgG3bZU)\n\n\n# Installing the Angular CLI\n\nWith the following command the angular-cli will be installed globally in your machine, as well as Yarn:\n\n    npm install -g @angular/cli yarn\n\n\n# How To install this repository\n\nWe can install the master branch using the following commands:\n\n    git clone https://github.com/angular-university/angular-advanced-course.git\n    \nThis repository is made of several separate npm modules, that are installable separately. For example, to run the au-input module, we can do the following:\n    \n    cd angular-advanced-course/au-input\n    yarn\n\nIts also possible to install the modules as usual using npm:\n\n    npm install \n\nYarn has the big advantage that if you use it you will be installing the exact same dependencies than I installed in my machine, so you wont run into issues caused by semantic versioning updates.\n\nThis should take a couple of minutes. If there are issues, please post the complete error message in the Questions section of the course.\n\n# To Run the Development Server\n\nWe can start the chat  application with the following command:\n\n    npm start\n\n  The application is visible at port 4200 - [http://localhost:4200](http://localhost:4200)\n\n# Installing branches other than master\n\nAt certain points along the course, you will be asked to checkout other remote branches other than master. You can view all branches that you have available remotely using the following command:\n\n    git branch -a\n\n  The remote branches have their starting in origin, such as for example au-input.\n\nWe can checkout the remote branch and start tracking it with a local branch that has the same name, by using the following command:\n\n      git checkout -b au-input origin/au-input\n\n\n# Other Courses\n\n# Modern Angular With Signals\n\nIf you are looking for the [Modern Angular With Signals Course](https://angular-university.io/course/angular-signals-course), the repo with the full code can be found here:\n\n![Modern Angular With Signals Course](https://d3vigmphadbn9b.cloudfront.net/course-images/large-images/angular-signals-course.jpg)\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-advanced-course","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fangular-university%2Fangular-advanced-course","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fangular-university%2Fangular-advanced-course/lists"}