Giter Site home page Giter Site logo

ng-cobrowse's Introduction

Cobrowse Service Library for Angular

A service library for integrate cobrowse.io in your angular project. This library was generated with Angular CLI version 9.1.12.

Getting Started

The following steps must be done to activate Cobrowse in your angular project

Installing

Run the following command to install the library

npm i --save  @nilsthomann/ng-cobrowse

Setup

After the installation you have to provide your license key in app.module.ts

    providers: [
        ...
        {provide: COBROWSE_IO_LICENSE_KEY,  useValue: '[YOUR_LICENSE_KEY]'}
    ],

inject the cobrowseService in your controller and start a session

constructor(
        ...
        private cobrowseService: CobrowseService,
    ) {
        ...
         cobrowseService.start();
     }

Enterprise Instance

If you have your own enterprise instance, you have to provide your API URL in app.module.ts

    providers: [
        ...
        {provide: COBROWSE_IO_API_URL,  useValue: '[YOUR_API_URL]'} // as example 'https://cobrowse.example.com'
    ],

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License

Acknowledgments

ng-cobrowse's People

Contributors

nils-thomann avatar nilsthomann avatar andriwandres avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.