1.0.0 • Published 6 years ago
ngx-tic-tac-toe v1.0.0
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-boardScreenshots

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>1.0.0
6 years ago