1.0.0 • Published 4 years ago

ngx-tic-tac-toe v1.0.0

Weekly downloads
4
License
-
Repository
-
Last release
4 years ago

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

alt scr alt scr1

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>