30 lines
937 B
JavaScript
30 lines
937 B
JavaScript
import * as i0 from '@angular/core';
|
|
import { Component } from '@angular/core';
|
|
|
|
class SaeLib {
|
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: SaeLib, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.3", type: SaeLib, isStandalone: true, selector: "lib-sae-lib", ngImport: i0, template: `
|
|
<p>
|
|
sae-lib works!
|
|
</p>
|
|
`, isInline: true, styles: [""] });
|
|
}
|
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: SaeLib, decorators: [{
|
|
type: Component,
|
|
args: [{ selector: 'lib-sae-lib', imports: [], template: `
|
|
<p>
|
|
sae-lib works!
|
|
</p>
|
|
` }]
|
|
}] });
|
|
|
|
/*
|
|
* Public API Surface of sae-lib
|
|
*/
|
|
|
|
/**
|
|
* Generated bundle index. Do not edit.
|
|
*/
|
|
|
|
export { SaeLib };
|
|
//# sourceMappingURL=sae-lib.mjs.map
|