Right now the extension automatically uses double quotation marks: ```typescript import { Component, Input } from "@angular/core"; ``` It would be great to allow usage of single quotation marks also: ```typescript import { Component, Input } from '@angular/core'; ```
Right now the extension automatically uses double quotation marks:
It would be great to allow usage of single quotation marks also: