Ecodev / natural

Angular Material components and various utilities

Home Page:https://ecodev.github.io/natural

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coherent imports

sambaptista opened this issue · comments

Code source :

Same module :

import { qqch } from './components/qqch.component.ts';

Other module :

import { qqch } from '@ecodev/natural';

tsconfig.lib.json -> path qui fait une correspondance entre @ecodev/natural et /lib/search/

Testing

Same module files :

import { qqch } from '/public-api.ts';

Other modules files :

import { qqch } from '@ecodev/natural';

tsconfig.testing.json -> path qui fait une correspondance entre @ecodev/natural et ./