{"id":13808665,"url":"https://github.com/ngbracket/ngx-layout","last_synced_at":"2025-05-14T03:31:17.604Z","repository":{"id":65948133,"uuid":"603202200","full_name":"ngbracket/ngx-layout","owner":"ngbracket","description":"Clone of the Angular FlexLayout ","archived":false,"fork":false,"pushed_at":"2024-04-14T21:59:46.000Z","size":9267,"stargazers_count":175,"open_issues_count":4,"forks_count":11,"subscribers_count":12,"default_branch":"main","last_synced_at":"2024-05-01T11:25:17.312Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ngbracket.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":"ngbracket","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-02-17T20:50:55.000Z","updated_at":"2024-06-03T13:48:51.399Z","dependencies_parsed_at":"2024-01-15T12:11:36.275Z","dependency_job_id":"2da0c153-1adb-48ff-bd0a-0d68afc5b5a7","html_url":"https://github.com/ngbracket/ngx-layout","commit_stats":{"total_commits":759,"total_committers":59,"mean_commits":"12.864406779661017","dds":0.4571805006587615,"last_synced_commit":"c02812d6cb25af2c17ad26676f70d779ae31365e"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngbracket%2Fngx-layout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngbracket%2Fngx-layout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngbracket%2Fngx-layout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngbracket%2Fngx-layout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngbracket","download_url":"https://codeload.github.com/ngbracket/ngx-layout/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225273259,"owners_count":17448074,"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":[],"created_at":"2024-08-04T01:01:48.551Z","updated_at":"2025-05-14T03:31:17.594Z","avatar_url":"https://github.com/ngbracket.png","language":"TypeScript","readme":"[![npm version](https://badge.fury.io/js/%40ngbracket%2Fngx-layout.svg)](https://www.npmjs.com/package/@ngbracket/ngx-layout)\n[![CircleCI](https://dl.circleci.com/status-badge/img/gh/ngbracket/ngx-layout/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/ngbracket/ngx-layout/tree/main)\n[![Gitter](https://badges.gitter.im/angular/flex-layout.svg)](https://gitter.im/angular/flex-layout)\n[![Wallaby.js](https://img.shields.io/badge/wallaby.js-powered-blue.svg?style=flat\u0026logo=github)](https://wallabyjs.com/oss/)\n\nThis project is a continuation of the original, open-source Angular project, @angular/flex-layout, which is no longer maintained. Please consider collaborating with us rather than creating your own, private flex libraries. Many hands make light work!\n\nIf you would like to contribute to the project please get in touch with me on twitter. Alternatively, if you would like to sponsor the project details can be found on our GitHub page.\n\nThank you for your support.\n\nGetting Started\nStart by installing the ngx-layout library from npm\n\n```bash\nnpm i -s @ngbracket/ngx-layout @angular/cdk\n```\n\nNext, you'll need to import the Layout module in your app's module.\n\n**app.module.ts**\n\n```ts\nimport { FlexLayoutModule } from '@ngbracket/ngx-layout';\n...\n\n@NgModule({\n    ...\n    imports: [ FlexLayoutModule ],\n    ...\n});\n```\n\nAfter that is configured, you can use the ngx-layout attributes in your\n\nHTML tags for flex layout:\n\n```html\n\u003cdiv fxLayout=\"row\" fxLayoutAlign=\"space-between\"\u003e\u003c/div\u003e\n```\n\nCheck out [all of the available options](https://github.com/ngbracket/ngx-layout/wiki/Declarative-API-Overview) for using ngx-layout in your application.\n\n---\n\n### Quick Links\n\n- [ChangeLog](https://github.com/ngbracket/ngx-layout/blob/main/CHANGELOG.md)\n- [Wiki Documentation](https://github.com/ngbracket/ngx-layout/wiki)\n\n### Demos\n\n- [Explore Examples Online](https://tburleson-layouts-demos.firebaseapp.com/)\n- [Demo Source Code](https://github.com/ngbracket/ngx-layout/blob/main/src/apps/demo-app/src/app/app.module.ts)\n\n### StackBlitz Templates\n\n- [Flex-Layout Template](https://stackblitz.com/edit/flex-layout-seed)\n- [Flex-Layout + Material](https://stackblitz.com/edit/flex-layout-material-seed)\n\n### Developers\n\n- [API Documentation](https://github.com/ngbracket/ngx-layout/wiki/API-Documentation)\n- [Developer Setup](https://github.com/ngbracket/ngx-layout/wiki/Developer-Setup)\n- [Builds + Fast Start](https://github.com/ngbracket/ngx-layout/wiki/Fast-Starts)\n- [Integration with Angular CLI](https://github.com/ngbracket/ngx-layout/wiki/Using-Angular-CLI)\n\n---\n\n# Sponsorship Data (USD)\n\n| Description      | Paid (One time) | Paid (Per/Month) | Received (Per/Month) | Balance |\n| ---------------- | --------------- | ---------------- | -------------------- | ------- |\n| Sponsorship Paid | 130             |                  |                      | 130     |\n|                  |                 |                  |                      |         |\n| Total            | 130             |                  |                      | 130     |\n\nSponsorship credits:\nAs per our sponsorship details all sponsor get added to our readme page:\n\nSo we would like to say a BIG thank you to the following:\n\n| Sponsor       | Paid | Sponsorship type |\n| ------------- | ---- | ---------------- |\n| KLGuyton      | $100 | One time         |\n| Stefanomozart | $10  | One time         |\n| peternixey    | $20  | One time         |\n\n## If you would like your name/logo here please click on the sponsor [link](https://github.com/sponsors/ngbracket)\n\n### Browser Support\n\n\u0026nbsp;\n\u003ca href=\"http://caniuse.com/#feat=flexbox\" target=\"_blank\"\u003e\n![caniuseflexbox](https://cloud.githubusercontent.com/assets/210413/21288118/917e3faa-c440-11e6-9b08-28aff590c7ae.png)\n\u003c/a\u003e\n\n\u003cbr/\u003e\n\n---\n\n### License\n\nThe sources for this package are in the [ngx-layout](https://github.com/ngbracket/ngx-layout) repository. \u003cbr/\u003e\nPlease file issues and pull requests against that repo.\n\nLicense: MIT\n","funding_links":["https://github.com/sponsors/ngbracket"],"categories":["Third Party Components"],"sub_categories":["Layout"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngbracket%2Fngx-layout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngbracket%2Fngx-layout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngbracket%2Fngx-layout/lists"}