{ "version": 3, "sources": ["src/app/components/homepage2/starthere2/starthere2.component.ts", "src/app/components/homepage2/starthere2/starthere2.component.html", "src/app/salesteam/salesteam.component.ts", "src/app/salesteam/salesteam.component.html", "src/app/salesteam/salesteam-routing.module.ts"], "sourcesContent": ["import { Component, OnInit } from '@angular/core';\r\nimport { RouterModule } from '@angular/router';\r\n\r\n@Component({\r\n selector: 'app-starthere2',\r\n templateUrl: './starthere2.component.html',\r\n standalone: true, //converted to standalone component\r\n imports: [RouterModule], //\r\n styleUrls: ['./starthere2.component.scss'],\r\n})\r\nexport class Starthere2Component implements OnInit {\r\n constructor() {}\r\n\r\n ngOnInit(): void {}\r\n}\r\n", "\r\n\r\n\r\n