{"id":20727346,"url":"https://github.com/ignaciofuentes/angular-everlive","last_synced_at":"2026-05-09T16:14:55.522Z","repository":{"id":57178373,"uuid":"91211462","full_name":"ignaciofuentes/angular-everlive","owner":"ignaciofuentes","description":"Angular wrapper for easy consumption of Telerik's everlive-sdk","archived":false,"fork":false,"pushed_at":"2017-05-15T19:30:53.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-08T02:02:24.239Z","etag":null,"topics":["angular","everlive","telerik"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ignaciofuentes.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":"2017-05-14T01:00:23.000Z","updated_at":"2017-05-14T01:19:25.000Z","dependencies_parsed_at":"2022-08-30T06:31:43.312Z","dependency_job_id":null,"html_url":"https://github.com/ignaciofuentes/angular-everlive","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/ignaciofuentes%2Fangular-everlive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignaciofuentes%2Fangular-everlive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignaciofuentes%2Fangular-everlive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignaciofuentes%2Fangular-everlive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ignaciofuentes","download_url":"https://codeload.github.com/ignaciofuentes/angular-everlive/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243004772,"owners_count":20220366,"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","everlive","telerik"],"created_at":"2024-11-17T04:30:14.493Z","updated_at":"2025-10-19T05:32:12.041Z","avatar_url":"https://github.com/ignaciofuentes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angular-everlive\n\nAngular wrapper for easy consumption of Telerik's everlive-sdk\n\n\n## Usage\n\nTo install this library, run:\n\n```bash\n$ npm install angular-everlive --save\n```\n\nand then from your `AppModule`:\n\n```typescript\nimport { NgModule } from '@angular/core';\n\nimport { AppComponent } from './app.component';\n\n// Import the AngularEverliveModule and EverliveConfig interface\nimport { AngularEverliveModule, EverliveConfig } from 'angular-everlive';\n\n//Create EverliveConfig object\nconst everliveConfig : EverliveConfig  = {\n  appId: \"your-app-id\",\n  scheme: \"https\"\n};\n\n@NgModule({\n  declarations: [\n    AppComponent\n  ],\n  imports: [\n    BrowserModule,\n    AngularEverliveModule.initialize(everliveConfig),\n    FormsModule,\n    HttpModule\n  ],\n  providers: [],\n  bootstrap: [AppComponent]\n})\nexport class AppModule {\n}\n```\n\nThen in the constructors of your Component and Services you can receive an Everlive Singleton object.\n\n```typescript\nimport { Component } from '@angular/core';\nimport { Everlive  } from 'angular-everlive';\nimport { Observable } from 'rxjs/Observable';\nimport \"rxjs\";\n\n@Component({\n  selector: 'app-root',\n  templateUrl: './app.component.html',\n  styleUrls: ['./app.component.css']\n})\nexport class AppComponent {\n\n  constructor(private el: Everlive){\n  }\n}\n```\n\n## Forking this library / Contributing / Development\n\nThis plugin was generated using a [yeoman generator](https://github.com/jvandemo/generator-angular2-library)\n\nTo generate all `*.js`, `*.d.ts` and `*.metadata.json` files:\n\n```bash\n$ npm run build\n```\n\nTo lint all `*.ts` files:\n\n```bash\n$ npm run lint\n```\n\n## License\n\nMIT © [Ignacio Fuentes](mailto:ignaciofuentes@outlook.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignaciofuentes%2Fangular-everlive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fignaciofuentes%2Fangular-everlive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignaciofuentes%2Fangular-everlive/lists"}