1.0.20 • Published 7 years ago

b1g-components-angular6 v1.0.20

Weekly downloads
52
License
-
Repository
-
Last release
7 years ago

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
1.0.20

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.14

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago