1.0.20 • Published 6 years ago

b1g-components-angular6 v1.0.20

Weekly downloads
52
License
-
Repository
-
Last release
6 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

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.14

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago