You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to add an example of best use case.
I found i was getting error with MyNameSpace no defined.
I found i had to include the generated _ReferenceHelper.js in my index.html which seems a bit dirty.
Is there a better typescript`y way to bootstrap the namespace?
The text was updated successfully, but these errors were encountered:
We have a comprehensive example that makes use of the tooling. It's an Angular 2 example, but it doesn't sound like you are using Angular 2. All the scripts that the tooling generates need to be loaded of course, including the RegistrationHelper and the RegistrationHelper needs to be called to register all the constructors with Breeze. Depending on what technology stack you are using, that may mean that you need to statically load all the scripts in your index.html. In case of our example, it uses external TypeScript modules, so the scripts get all bundled up with rollup.js into a single js file that gets loaded by index.html.
Would be nice to add an example of best use case.
I found i was getting error with MyNameSpace no defined.
I found i had to include the generated _ReferenceHelper.js in my index.html which seems a bit dirty.
Is there a better typescript`y way to bootstrap the namespace?
The text was updated successfully, but these errors were encountered: