{"id":21096342,"url":"https://github.com/imamachi-n/angular-udemy","last_synced_at":"2026-05-19T05:35:59.057Z","repository":{"id":68754018,"uuid":"155696648","full_name":"Imamachi-n/angular-udemy","owner":"Imamachi-n","description":"This repository is based on the following udemy course, https://www.udemy.com/the-complete-guide-to-angular-2","archived":false,"fork":false,"pushed_at":"2018-11-26T12:59:27.000Z","size":1167,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T02:08:11.543Z","etag":null,"topics":["angular","udemy"],"latest_commit_sha":null,"homepage":null,"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/Imamachi-n.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":"2018-11-01T10:10:48.000Z","updated_at":"2018-11-26T12:59:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3444638-ec19-4b47-a51d-9e1b23060ad0","html_url":"https://github.com/Imamachi-n/angular-udemy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Imamachi-n%2Fangular-udemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Imamachi-n%2Fangular-udemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Imamachi-n%2Fangular-udemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Imamachi-n%2Fangular-udemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Imamachi-n","download_url":"https://codeload.github.com/Imamachi-n/angular-udemy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243538099,"owners_count":20307104,"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","udemy"],"created_at":"2024-11-19T22:35:08.074Z","updated_at":"2025-10-19T04:19:42.571Z","avatar_url":"https://github.com/Imamachi-n.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angular-udemy\nThis repository is based on the following udemy course  \nhttps://www.udemy.com/the-complete-guide-to-angular-2\n\n## 1. Angular CLI\n### 1.1. Intall the Angular CLI\n```bash\nnpm install -g @angular/cli\n```\n\n### 1.2. Create a workspace and initial application\n```bash\nng new my-app\n```\n\n### 1.3. Creat a new component\n```bash\n# Basic version\nng generate component myComponent\n\n# Abbriviation version\nmg g c myComponent\n\n# If you do not need a spec file, execute the following command.\nng g c myComponent --spec false\n```\n\n#### 1.3.1. Create a children component\n```bash\n# Parent component\nng g c recipes\n\n# Children component\nng g c recpies/recipe-list\n```\n\nThe following directories and files are created.\n```\napp/\n └─ recipes/\n     ├─ recipes.component.css\n     ├─ recipes.component.html\n     ├─ recipes.component.ts\n     └─ recipe-list/\n         ├─ recipe-list.component.css\n         ├─ recipe-list.component.html\n         └─ recipe-list.component.ts\n```\n\n## 2. npm package management\n### 2.1. Install dependent packages\n```bash\nyarn install\n```\n\n### 2.2. Add Bootstrap\n```bash\nyarn add bootstrap@4.1.3\n```\n\nAfter that, add the following lines in angular.json file.\n```\n\"styles\": [\n  \"node_modules/bootstrap/dist/css/bootstrap.min.css\",\n  \"src/styles.css\"\n],\n```\n\n## 3. Debugging\n### 3.1. Angular Augury\nA Chrome and Firefox Dev Tools extension for debugging Angular applications.  \nhttps://augury.rangle.io/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimamachi-n%2Fangular-udemy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimamachi-n%2Fangular-udemy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimamachi-n%2Fangular-udemy/lists"}