0.0.11 • Published 1 year ago

@kalees64/vk-auth v0.0.11

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Auth

Installation

ng add @kalees64/vk-auth

Usage

app.component.ts

import { Component } from "@angular/core";
import { LoginComponent } from "@kalees64/vk-auth";

@Component({
  selector: "app-root",
  standalone: true,
  imports: [LoginComponent],
  templateUrl: "./app.component.html",
  styleUrl: "./app.component.css",
})
export class AppComponent {
  title = "angular-test1";
}

app.component.html

<vk-login></vk-login>
0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago