Kargi-Sitesi/node_modules/@angular/fire/schematics/update/index.js

8 lines
213 B
JavaScript
Raw Normal View History

2024-11-03 21:30:09 -05:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ngPostUpdate = void 0;
const ngPostUpdate = () => (host, context) => {
return host;
};
exports.ngPostUpdate = ngPostUpdate;