Skip to content
#

auto-import

Here are 14 public repositories matching this topic...

maxi7587
maxi7587 commented Oct 30, 2018

When the first import in the file is a multi line import, the new import is added in the middle of the first import's brackets. For example:

import {
    import { RecentlyInportedComponent } from 'app/recently-imported.component.ts';
    Component,
    Input,
    OnInit,
    AfterViewInit
} from '@angular/core';
bug good first issue

A simple gulp plugin that allows importing any kind of file to any kind of file. Nevertheless, gulp-importer looks up to the importing files and automatically updates dependency. So, when developing lib files other such, you don't have to go through every file that imports that lib and recompile it; instead, just let gulp-importer take care of it for you.

  • Updated Sep 24, 2021
  • TypeScript

Improve this page

Add a description, image, and links to the auto-import topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the auto-import topic, visit your repo's landing page and select "manage topics."

Learn more