The core
is a Web Components based core for the NX framework. You can learn more in the Docs.
npm install @nx-js/core
const component = require('@nx-js/core')
component()
.register('my-comp')
<my-comp></my-comp>
The core
is a Web Components based core for the NX framework. You can learn more in the Docs.
npm install @nx-js/core
const component = require('@nx-js/core')
component()
.register('my-comp')
<my-comp></my-comp>