{"id":27062721,"url":"https://github.com/sdwfqin/angulardemo","last_synced_at":"2026-05-05T19:31:48.705Z","repository":{"id":92400392,"uuid":"89061855","full_name":"sdwfqin/AngularDemo","owner":"sdwfqin","description":"Angular入门练习（含官方例子）","archived":false,"fork":false,"pushed_at":"2017-04-23T04:22:12.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-01T09:24:25.525Z","etag":null,"topics":["angular","html5","typescript"],"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/sdwfqin.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,"zenodo":null}},"created_at":"2017-04-22T10:26:29.000Z","updated_at":"2017-05-02T07:09:13.000Z","dependencies_parsed_at":"2023-04-28T01:33:08.869Z","dependency_job_id":null,"html_url":"https://github.com/sdwfqin/AngularDemo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sdwfqin/AngularDemo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdwfqin%2FAngularDemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdwfqin%2FAngularDemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdwfqin%2FAngularDemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdwfqin%2FAngularDemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdwfqin","download_url":"https://codeload.github.com/sdwfqin/AngularDemo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdwfqin%2FAngularDemo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32664803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","html5","typescript"],"created_at":"2025-04-05T15:19:14.172Z","updated_at":"2026-05-05T19:31:48.700Z","avatar_url":"https://github.com/sdwfqin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular+Bootstrap\n\n## Bootstrap与Jquery导入方法\n\n1. 在工程目录下面安装以下两个包\n\n  ``` bash\n  npm install -S jquery bootstrap\n  ```\n\n2. 将这两个第三方框架放入到依赖中去\n\n  ``` bash\n  npm install -D @types/jquery @types/bootstrap\n  ```\n\n3. 修改.angular-cli.json文件\n\n  ``` json\n  \"styles\": [\n      \"styles.css\",\n      \"../node_modules/bootstrap/dist/css/bootstrap.min.css\"\n    ],\n    \"scripts\": [\n      \"../node_modules/jquery/dist/jquery.js\",\n      \"../node_modules/bootstrap/dist/js/bootstrap.js\"\n    ],\n  ```\n\n4. 修改tsconfig.app.json文件\n\n  ``` json\n  \"types\": [\n    \"jquery\",\n    \"bootstrap\"\n  ]\n  ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdwfqin%2Fangulardemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdwfqin%2Fangulardemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdwfqin%2Fangulardemo/lists"}