ngx-snake
Version:
Snake game as an angular component, its only the core of the game... you need to add everything around it (controls, score...) yourself :)
13 lines (12 loc) • 718 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "./ngx-snake.component";
import * as i2 from "./components/board/board.component";
import * as i3 from "./components/tile/tile.component";
import * as i4 from "@angular/common";
export declare class NgxSnakeModule {
static forRoot(): ModuleWithProviders<NgxSnakeModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxSnakeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSnakeModule, [typeof i1.NgxSnakeComponent, typeof i2.BoardComponent, typeof i3.TileComponent], [typeof i4.CommonModule], [typeof i1.NgxSnakeComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxSnakeModule>;
}