{"id":13535558,"url":"https://ng-lightning.github.io/ng-lightning/","last_synced_at":"2025-04-02T01:31:09.474Z","repository":{"id":5332818,"uuid":"52876196","full_name":"ng-lightning/ng-lightning","owner":"ng-lightning","description":"Native Angular components \u0026 directives for Lightning Design System","archived":false,"fork":false,"pushed_at":"2024-04-01T15:41:08.000Z","size":61090,"stargazers_count":914,"open_issues_count":46,"forks_count":121,"subscribers_count":30,"default_branch":"master","last_synced_at":"2024-05-09T07:32:59.990Z","etag":null,"topics":["angular","lightning","ng-lightning","salesforce-lightning"],"latest_commit_sha":null,"homepage":"http://ng-lightning.github.io/ng-lightning/","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/ng-lightning.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2016-03-01T12:46:58.000Z","updated_at":"2024-06-18T16:51:40.365Z","dependencies_parsed_at":"2024-01-13T09:36:25.607Z","dependency_job_id":"70821647-48e9-408d-a4d3-12fe4ec42d47","html_url":"https://github.com/ng-lightning/ng-lightning","commit_stats":{"total_commits":703,"total_committers":17,"mean_commits":41.35294117647059,"dds":"0.12944523470839264","last_synced_commit":"85f6b319c227a4d5fa2d1ba5ccce663bf8f4eade"},"previous_names":[],"tags_count":65,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ng-lightning%2Fng-lightning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ng-lightning%2Fng-lightning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ng-lightning%2Fng-lightning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ng-lightning%2Fng-lightning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ng-lightning","download_url":"https://codeload.github.com/ng-lightning/ng-lightning/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222788514,"owners_count":17037777,"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","lightning","ng-lightning","salesforce-lightning"],"created_at":"2024-08-01T08:00:58.340Z","updated_at":"2024-11-02T23:31:31.688Z","avatar_url":"https://github.com/ng-lightning.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized","Angular UI"],"sub_categories":["Uncategorized"],"readme":"# ng-lightning\n\n[![Build Status](https://travis-ci.org/ng-lightning/ng-lightning.svg?branch=master)](https://travis-ci.org/ng-lightning/ng-lightning)\n[![Sauce Test Status](https://saucelabs.com/buildstatus/ng-lightning)](https://saucelabs.com/u/ng-lightning)\n[![npm version](https://badge.fury.io/js/ng-lightning.svg)](https://www.npmjs.com/package/ng-lightning)\n[![npm](https://img.shields.io/npm/dm/ng-lightning.svg?maxAge=2592000)](https://www.npmjs.com/package/ng-lightning)\n\nThis library contains native [Angular](https://angular.io/) components and directives written from scratch in TypeScript using the [Lightning Design System](https://www.lightningdesignsystem.com/) CSS framework.\n\nWe are looking for community help to find and fix bugs, improve demo site and create new components.\n\n## Installation\n\nInstall through `npm`:\n\n```bash\nnpm install --save ng-lightning\n```\n\n#### Dependencies\nThis library depends on Salesforce's LDS markup and CSS (tested with 2.9). We don't ship any CSS file, but you have to take care of including LDS CSS rules in your page. There are various ways to achieve this, for example compiling through their source files ([`@salesforce-ux/design-system`](https://github.com/salesforce-ux/design-system)) or by adding this into your `\u003chead\u003e`:\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://unpkg.com/@salesforce-ux/design-system/assets/styles/salesforce-lightning-design-system.min.css\"\u003e\n```\n\n#### SVG Icons\nBecause of various cross-domain issues, if you want to use SLDS icons, you must provide a copy of the various sprite files (ie `@salesforce-ux/design-system/assets/icons/action-sprite/svg/symbols.svg`), served locally through your server.\n\n#### IE11 support\nUnfortunately, IE11 does not support two important features.\n\n* [SVG External Content](https://css-tricks.com/svg-use-with-external-reference-take-2/), used to load SVG icons from a spritemap. In order to support this, you will need to use a small script called [svg4everybody](https://github.com/jonathantneal/svg4everybody).  \nAvailable on npm cdn [here](https://unpkg.com/svg4everybody).\n\n* `Element.classList` on SVG elements, used by Angular's `renderer.setElementClass`. See [here](https://github.com/angular/angular/issues/6327) for more information. Use [classList.js](https://github.com/eligrey/classList.js) shim, available on npm cdn [here](https://unpkg.com/classlist.js).\n\nTypically, these shims should be placed within the `\u003chead\u003e` element.  \n\n\n## Usage \u0026 Demo\nhttp://ng-lightning.github.io/ng-lightning/\n\n\n## Contributing\n\nWe are always looking for high quality contributions! Please check the [CONTRIBUTING.md](CONTRIBUTING.md) doc for guidelines.\n\n## Need help?\n\nFor questions on how to use ng-lightning or how to contribute, please post questions to [\u003cimg alt=\"Stack Overflow\" src=\"https://cdn.sstatic.net/Sites/stackoverflow/company/img/logos/so/so-logo.svg?v=2bb144720a66\" width=\"140\" /\u003e](https://stackoverflow.com/questions/tagged/ng-lightning) using the `ng-lightning` tag. If you find a bug in the source code or a mistake in the documentation, you can help us by submitting an issue to our GitHub Repository.\n\n## Companies using ng-lightning\n\n- [Viabill](https://viabill.dk/)\n- [ZuluTrade](http://zulutrade.com/)\n\n## Browsers\n\nWe support the same browsers and versions supported by both Angular and Salesforce's Lightning Design System.  \nCross browser/environment testing is performed through [Saucelabs](https://saucelabs.com/).  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/ng-lightning.github.io%2Fng-lightning%2F","html_url":"https://awesome.ecosyste.ms/projects/ng-lightning.github.io%2Fng-lightning%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/ng-lightning.github.io%2Fng-lightning%2F/lists"}