19.0.0 • Published 8 months ago

ngssm-regex-tools v19.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 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";
19.0.0

8 months ago

18.2.0

11 months ago

18.1.0

12 months ago

18.0.0

1 year ago

17.0.2

1 year ago

17.0.1

1 year ago

17.0.0

2 years ago

16.2.0

2 years ago

16.0.2

2 years ago

16.1.0

2 years ago

16.0.1

2 years ago

16.0.0

2 years ago

15.1.5

2 years ago

15.1.4

2 years ago

15.1.3

2 years ago

15.1.2

2 years ago

15.1.1

2 years ago

15.1.0

2 years ago

15.0.0

2 years ago

15.0.0-alpha4

2 years ago

15.0.0-alpha3

2 years ago

15.0.0-alpha2

2 years ago

15.0.0-alpha1

2 years ago