{"id":13475854,"url":"https://github.com/ng2-ui/overlay","last_synced_at":"2025-10-30T15:31:29.094Z","repository":{"id":57130734,"uuid":"62188623","full_name":"ng2-ui/overlay","owner":"ng2-ui","description":"General Solution For Angular2 Overlay Elements","archived":false,"fork":false,"pushed_at":"2017-12-18T15:24:09.000Z","size":3532,"stargazers_count":15,"open_issues_count":4,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T02:55:11.932Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ng2-ui.github.io","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/ng2-ui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-29T02:20:46.000Z","updated_at":"2018-03-27T21:38:09.000Z","dependencies_parsed_at":"2022-09-01T00:12:25.150Z","dependency_job_id":null,"html_url":"https://github.com/ng2-ui/overlay","commit_stats":null,"previous_names":["ng2-ui/ng2-overlay"],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ng2-ui%2Foverlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ng2-ui%2Foverlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ng2-ui%2Foverlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ng2-ui%2Foverlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ng2-ui","download_url":"https://codeload.github.com/ng2-ui/overlay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238994310,"owners_count":19564812,"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-07-31T16:01:24.124Z","updated_at":"2025-10-30T15:31:23.397Z","avatar_url":"https://github.com/ng2-ui.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Angular(2+) Overlay\nGeneral Solution For Angular2 Overlay Elements\n\n## IMPORTANT: NOT-MAINTAINED\nAccepting volunteers and ready to transfer ownership.\n\n\u003ca href=\"https://rawgit.com/ng2-ui/overlay/master/app/index.html\"\u003e\n  \u003cimg src=\"http://i.imgur.com/0qcxg8X.png\" width=\"50% border=\"1\" /\u003e\n\u003c/a\u003e\n\n## Install\n\n1. install overlay\n\n        $ npm install @ngui/overlay\n\n2. add `map` and `packages` to your `systemjs.config.js`\n\n        map['@ngui/overlay'] = 'node_modules/@ngui/overlay/dist/overlay.umd.js';\n\n3. import NguiOverlayModule to your AppModule\n        import { NgModule } from '@angular/core';\n        import { FormsModule } from \"@angular/forms\";\n        import { CommonModule  } from '@angular/common';\n        import { AppComponent } from './app.component';\n        import { NguiOverlayModule } from '@ngui/overlay';\n        \n        @NgModule({\n          imports: [CommonModule, FormsModule, NguiOverlayModule],\n          declarations: [AppComponent],\n          bootstrap: [ AppComponent ]\n        })\n        export class AppModule { }\n\nFor full example, please check out `test` directory to see the example of;\n\n  - `systemjs.config.js`\n  - `app.module.ts`\n  -  and `app.component.ts`.\n  \n## Usage it in your code\n You are ready. use it in your template\n\n        \u003cdiv id=\"window-loading\" ngui-overlay-of=\"window\"\u003e\n          Loading...\n        \u003c/div\u003e\n        \u003cbutton (click)=\"overlayManager.open('window-loading')\"\u003eShow Loading For Window\u003c/button\u003e\n\n## **ng2-ui** welcomes new members and contributors\n\nThis module is only improved and maintained by contributors like you.\n\nAs a contributor, it's NOT required to be skilled in Javascript nor Angular2. \nYou are only to be open-minded and interested in helping others.\nAs a contributor, you do following;\n\n  * Updating README.md\n  * Improving code comments\n  * Answering issues and building FAQ\n  * Documentation\n  * Translation\n\nIn result of your active contribution, you will be listed as a core contributor\non https://ng2-ui.github.io, and a member of ng2-ui too.\n\nIf you are interested in becoming a contributor and/or a member of ng-ui,\nplease send me email to `allenhwkim AT gmail.com` with your github id. \n\n\n\n## attributes\n  [ngui-overlay], [ngui-overlay-of], [ngui-overlay-position]\n\n  * ngui-overlay, Display inside overylay center-center positioned\n  * ngui-overlay-of=\"window\", Display window overlay\n  * ngui-overlay-position=\"VERTICAL HORIZONTAL outside\"\n     e.g.,   \n     `ngui-overlay-position=\"center center\"` for loading sign  \n     `ngui-overlay-position=\"top center outside\"` for tooltip  \n\n     * VERTICAL positions: top,  middle, or bottom\n     * HORIZONTAL positions: left,  center, or right\n     * `outside` to display overlay outside of the container\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fng2-ui%2Foverlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fng2-ui%2Foverlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fng2-ui%2Foverlay/lists"}