b1g-components-angular6
TypeScript icon, indicating that this package has built-in type declarations

1.0.20 • Public • Published

B1gDigital Angular 6 Libraries

Prerequisites

Include Bootstrap in the header of your index.html. Follow the instructions at latest version at https://getbootstrap.com/docs/4.1/getting-started/introduction

Installing

npm i b1g-components-angular6

Components

LogIn

Component template

<b1g-log-in [logInCallback]="logInCallback"></b1g-log-in>

Component ts

export class AppComponent implements OnInit {
  public logInCallback: LogInCallback;

  ngOnInit(): void {
    this.logInCallback = {
      onNoUsername() {
      },
      onNoPassword() {
      },
      onLogIn() {
      },
      getHeaderImage(): String {
        return './assets/images/sample-image.svg';
      },
      getHeaderTitle(): String {
        return 'Some Title';
      }
    };
  }
}

And coding style

Override the following styles

form-signin

Readme

Keywords

none

Package Sidebar

Install

npm i b1g-components-angular6

Weekly Downloads

4

Version

1.0.20

License

none

Unpacked Size

577 kB

Total Files

72

Last publish

Collaborators

  • rijatru