ngx-tic-tac-toe
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

ngx-tic-tac-toe

npm

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>

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-tic-tac-toe

Weekly Downloads

2

Version

1.0.0

License

none

Unpacked Size

105 kB

Total Files

32

Last publish

Collaborators

  • grzegorz103