6.0.1 • Published 1 month ago

@ng-solid/facebook v6.0.1

Weekly downloads
59
License
MIT
Repository
-
Last release
1 month ago

Facebook Integration

NPM version

A library of Facebook UI components for Angular

Components

  • Login button (provides user information and signed request)
  • Like button (developing)
  • Share button (developing)

Installation

$ ng new PROJECT_NAME
$ cd PROJECT_NAME
$ ng add @ng-solid/facebook

You can also install @ng-solid/facebook with npm or yarn

Usage

Import the component module you want to use in your app.module.ts file and feature modules.

import { NsFacebookModule } from '@ng-solid/facebook';

@NgModule({
  imports: [
    NsFacebookModule.forRoot({
      appId: '{api-id}',
      cookie: true,
      xfbml: true,
      version: '{api-version}'
    })
  ]
})
export class AppModule
{
}

Login button

import { Component, OnInit } from '@angular/core';

@Component({
  selector: 'app-component',
  templateUrl: './app.component.html',
  styleUrls: [ './app.component.scss' ]
})
export class AppComponent implements OnInit
{
  constructor() {}

  ngOnInit()
  {
  }

  onLogin(status: fb.StatusResponse)
  {
  }
}

Add this to your template:

<ns-facebook-login [rounded]="true" (onLogin)="onLogin($event)">Continue with Facebook</ns-facebook-login>
6.0.1

1 month ago

6.0.0

1 month ago

5.1.15

4 months ago

5.1.14

4 months ago

5.1.13

4 months ago

5.1.12

5 months ago

5.1.11

5 months ago

5.1.10

5 months ago

5.1.5

6 months ago

5.1.4

6 months ago

5.1.3

6 months ago

5.1.2

6 months ago

5.1.1

6 months ago

5.1.0

6 months ago

4.0.1

6 months ago

4.0.0

6 months ago

5.1.9

5 months ago

5.1.8

5 months ago

5.1.7

5 months ago

5.1.6

5 months ago

3.0.0

12 months ago

2.1.2

2 years ago

2.1.3

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

1.1.17

2 years ago

1.1.12

3 years ago

1.1.11

3 years ago

1.1.16

3 years ago

1.1.15

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.9

3 years ago

1.1.10

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago