node_modules
folder off the root of the theme project.\libs
directory.@wirebootstrap
scope root directory is registered in the compilerOptions.typeRoots
attribute inside the project's tsconfig.json
file. typeRoots
is specified, be sure to replace the original default that points to the @types
directory as seen above.wire
JavaScript object located in the core WireBootstrap library wire.js
. Many create a sub namespace and then adds classes, interfaces, and other structures to support a given component or service. This is similar in design to how all jQuery plugins attach to the root jQuery
object.IWire
.IWireDataTable
interface.