{"id":22962158,"url":"https://github.com/actionanand/angular-material","last_synced_at":"2025-04-02T03:24:10.871Z","repository":{"id":46952255,"uuid":"408531454","full_name":"actionanand/angular-material","owner":"actionanand","description":"It's angular material repo (mat table included)","archived":false,"fork":false,"pushed_at":"2021-11-17T07:18:57.000Z","size":357,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-07T18:17:39.131Z","etag":null,"topics":["angular","angular12","mat-table","material","material-design"],"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/actionanand.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":"2021-09-20T17:08:30.000Z","updated_at":"2022-05-01T15:47:32.000Z","dependencies_parsed_at":"2022-09-02T20:12:20.090Z","dependency_job_id":null,"html_url":"https://github.com/actionanand/angular-material","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/actionanand%2Fangular-material","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionanand%2Fangular-material/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionanand%2Fangular-material/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionanand%2Fangular-material/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actionanand","download_url":"https://codeload.github.com/actionanand/angular-material/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246748461,"owners_count":20827314,"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","angular12","mat-table","material","material-design"],"created_at":"2024-12-14T19:15:32.250Z","updated_at":"2025-04-02T03:24:10.846Z","avatar_url":"https://github.com/actionanand.png","language":"TypeScript","readme":"## IMPORTANT\n\nThis repository contains the code for **Angular Material**. \n\n# Initializing a clean Angular Material Project\n\nThese are the commands and steps needed to scaffold a new Angular Material project from scratch,\nfrom an empty folder.\n\nPlease make sure to have the latest CLI, and at least NPM 5.\n\nWhen is doubt, its recommended to update to the latest version of node using a node versioning tool\nsuch as for example [nave](https://github.com/isaacs/nave) or [nvm-windows](https://github.com/coreybutler/nvm-windows).\n\n# Step 1 - Scaffold a clean project using the Angular CLI\n\nWith a CLI version 1.5 or above, let's scaffold a new project with routing:\n\n    ng new angular-material-hello-world --routing\n\n# Step 2 - Installing Angular Material dependencies\n\nNext, let's install these dependencies:\n\n    npm install @angular/material @angular/cdk  @angular/animations hammerjs\n\n# Step 3 - Adding Google Material Icons Font\n\nLet's add this to our index.html:\n\n    \u003clink href=\"https://fonts.googleapis.com/icon?family=Material+Icons\" rel=\"stylesheet\"\u003e\n\n# Step 4 - choosing a Theme\n\nBefore starting to import components, let's choose a widget theme, have a look at the themes available\n\ninside `node_modules/@angular/material/prebuild-themes`.\n\nWe can for example use the Indigo Pink theme by adding this line to our styles.css file:\n\n@import \"~@angular/material/prebuilt-themes/indigo-pink.css\";\n\n\n# To Run the Development Backend Server\n\nWe can start the sample application backend with the following command:\n\n    npm run server\n\nThis is a small Node REST API server.\n\n# To run the Development UI Server\n\nTo run the frontend part of our code, we will use the Angular CLI:\n\n    npm start \n\nThe application is visible at port 4200: [http://localhost:4200](http://localhost:4200)\n\n## Cloning Guide\n\n### clone only the remote primary HEAD (default: origin/master)\n```bash\ngit clone \u003curl\u003e --single-branch\n```\n\n### Only specific branch\n\n```bash\ngit clone \u003curl\u003e --branch \u003cbranch\u003e --single-branch [\u003cfolder\u003e]\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factionanand%2Fangular-material","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factionanand%2Fangular-material","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factionanand%2Fangular-material/lists"}