ngx-tic-tac-toe
v1.0.0
Published
<img alt="npm" src="https://img.shields.io/npm/v/ngx-tic-tac-toe?color=success&label=npm%20package&logo=success&logoColor=success&style=plastic">
Downloads
3
Readme
ngx-tic-tac-toe
ngx-tic-tac-toe is a project which allows to add tic tac toe game for two players on your site.
Instalation
npm i ngx-chess-board
Screenshots
Use example
Import the NgxTicTacToeModule
import {NgxTicTacToeModule} from 'ngx-tic-tac-toe';
...
@NgModule({
...
imports: [
...
NgxTicTacToeModule
...
],
...
})
export class AppModule { }
Add following selector in HTML view:
<ngx-tic-tac-toe></ngx-tic-tac-toe>