@microzord/react
v2.3.0
Published
[](https://npmjs.com/package/@microzord/core) [](https://bundlephobia.com/result?p=@microzord/core) [ => import('my-app-in-react').then((m) => m.MyHeader),
},
{
name: 'remote-footer',
load: () => import('my-app-in-angular').then((m) => m.MyFooter),
},
],
}),
],
};Usage in application:
import {Component} from '@angular/core';
import {MicrozordAppModule} from '@microzord/angular';
@Component({
selector: 'app-root',
imports: [MicrozordAppModule],
})
export class App {}<header [microzordApp]="'remote-header'"></header>
<footer [microzordApp]="'remote-footer'"></footer>Core team
License
🆓 Feel free to use our library in your commercial and private applications
All microzord packages are covered by Apache 2.0
Read more about this license here
