UNPKG

625 BJavaScriptView Raw
1import { NgModule } from '@angular/core';
2import { CommonModule } from '@angular/common';
3import { VaPricingComponent } from './pricing.component';
4var VaPricingModule = (function () {
5 function VaPricingModule() {
6 }
7 VaPricingModule.decorators = [
8 { type: NgModule, args: [{
9 imports: [CommonModule],
10 declarations: [VaPricingComponent],
11 exports: [VaPricingComponent]
12 },] },
13 ];
14 /** @nocollapse */
15 VaPricingModule.ctorParameters = function () { return []; };
16 return VaPricingModule;
17}());
18export { VaPricingModule };