{"id":23072384,"url":"https://github.com/sanogotech/angularstarter","last_synced_at":"2026-04-11T01:04:36.563Z","repository":{"id":50661713,"uuid":"519550551","full_name":"sanogotech/angularStarter","owner":"sanogotech","description":"Angular  Starter","archived":false,"fork":false,"pushed_at":"2022-08-08T11:16:37.000Z","size":11039,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T10:44:28.252Z","etag":null,"topics":["angular","angular-cli","css","javascript","npm","scss","spa","typescript","web"],"latest_commit_sha":null,"homepage":"","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/sanogotech.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}},"created_at":"2022-07-30T15:19:34.000Z","updated_at":"2022-08-04T13:45:21.000Z","dependencies_parsed_at":"2022-08-12T22:00:49.318Z","dependency_job_id":null,"html_url":"https://github.com/sanogotech/angularStarter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sanogotech/angularStarter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2FangularStarter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2FangularStarter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2FangularStarter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2FangularStarter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanogotech","download_url":"https://codeload.github.com/sanogotech/angularStarter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanogotech%2FangularStarter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003487,"owners_count":26083594,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","css","javascript","npm","scss","spa","typescript","web"],"created_at":"2024-12-16T07:19:40.222Z","updated_at":"2025-10-10T10:14:15.224Z","avatar_url":"https://github.com/sanogotech.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angularStarter\nAngular  Starter  SPA.\n\n![Angular Components ](https://github.com/sanogotech/angularStarter/blob/main/docs/images/nav-diagramtourofheroes.png)\n\n## Docs\n- https://michaelscodingspot.com/web-application-development/\n- https://www.techiediaries.com/angular-material-navigation-toolbar-sidenav/\n- https://material.angular.io/\n- https://mdbootstrap.com/docs/angular/ : Material Design for BootStrap\n- https://www.telerik.com/blogs/angular-basics-how-to-use-services-angular\n- https://angular.io/guide/cheatsheet\n- https://www.knowledgehut.com/blog/web-development/angular-cheat-sheet\n- https://angular.io/api/common/DecimalPipe\n- https://angular.io/tutorial/toh-pt1\n- https://angular.io/cli\n- https://lachimi.com/angular/import-all-angular-material-components-into-your-module\n- https://lachimi.com/angular/file-structure\n## Install\n\n- NodeJs  :  node --version\n- npm  :  npm  --version\n- Anglar CLI (ng)\n```\nnpm cache clean --force\nnpm install -g  @angular/cli\nng version\n\n```\n* Anglar Material\n```\nng add @angular/material\n```\n\n# Create Sample Project with angular/cli\n\n```\nnpm cache clean --force\nng new  mysampleproject\n```\n\n##  Generate Component\n```\nng generate --help\n\u003eng generate component   ./components/hero-detail\n\n```\n\n## NB\n\nDon't ever use the types Number, String, Boolean, Symbol, \nor Object These types refer to non-primitive boxed objects that are almost never used appropriately in JavaScript\n\n## Setting up Angular Material \n* Angular Material v13, which will allow us to create a high-quality user interface for our applications\n\n```\n1. $ ng add @angular/material\n\n2. Importing Angular Material Components : src/app/app.module.ts\n\nimport { MatToolbarModule, MatIconModule, MatSidenavModule, MatListModule, MatButtonModule } from  '@angular/material';\n\n3. Add Modules : src/app/app.module.ts\n\n  imports: [\n    .....,\n    .....,\n\t\n    MatToolbarModule,\n    MatSidenavModule,\n    MatListModule,\n    MatButtonModule,\n    MatIconModule\n  ]\n\n4.\n```\n##  Debug Anglar with Augury chrome extension\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanogotech%2Fangularstarter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanogotech%2Fangularstarter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanogotech%2Fangularstarter/lists"}