17.0.2 • Published 2 months ago

ngssm-regex-tools v17.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

ngssm-regex-tools

license build workflow npm version

Angular components associated to https://github.com/LionMarc/smusdi-regex-tools.

To build the wasm:

 dotnet publish src/Smusdi.Wasm/Smusdi.Wasm.csproj --configuration Release

to build with multithread:

  • set to true the WasmEnableThreads property in Smusdi.Wasm
  • export a method that returns a Task

Installation of the angular package ngssm-regex-tools

For now, there is no add schematic to do this. It is planned but not done.

  • package installation
    npm install --save ngssm-regex-tools
  • update angular.json to import package assets

    "assets": [
        {
        "glob": "**/*",
        "input": "node_modules/ngssm-regex-tools/assets",
        "output": "./assets/smusdi/"
        },
        ...
    ],
  • update index.html to load .NET assemblies

    <head>
        ...
        <script type="module" src="./assets/smusdi/smusdi.regextools.js"></script>
    </head>
  • update styles.scss to import package styles

    @import "ngssm-regex-tools/styles/ngssm-regex-tools.scss";
17.0.2

2 months ago

17.0.1

4 months ago

17.0.0

6 months ago

16.2.0

9 months ago

16.0.2

12 months ago

16.1.0

11 months ago

16.0.1

1 year ago

16.0.0

1 year ago

15.1.5

1 year ago

15.1.4

1 year ago

15.1.3

1 year ago

15.1.2

1 year ago

15.1.1

1 year ago

15.1.0

1 year ago

15.0.0

1 year ago

15.0.0-alpha4

1 year ago

15.0.0-alpha3

1 year ago

15.0.0-alpha2

1 year ago

15.0.0-alpha1

1 year ago