ngg-magic-square-generator
v0.0.2
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.0.
Downloads
2
Readme
MagicSquareGenerator
This library was generated with Angular CLI version 17.3.0.
Usage
Use the magic square generator with this selector to generate a 4x4 magic square:
<lib-magic-square-generator [requiredSum]="requiredSum">
requiredSum is a number and the value you want to generate the magic square on.
Build
Run ng build magic-square-generator
to build the project. The build artifacts will be stored in the dist/
directory.
Publishing
After building your library with ng build magic-square-generator
, go to the dist folder cd dist/magic-square-generator
and run npm publish
.
Running unit tests
Run ng test magic-square-generator
to execute the unit tests via Karma.
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.