README updated
This commit is contained in:
parent
1434f1f949
commit
190b933404
2 changed files with 3 additions and 4 deletions
5
.idea/workspace.xml
generated
5
.idea/workspace.xml
generated
|
|
@ -3,7 +3,6 @@
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="6d9e6998-eced-4f47-8fb4-3257db3e18e7" name="Default" comment="">
|
<list default="true" id="6d9e6998-eced-4f47-8fb4-3257db3e18e7" name="Default" comment="">
|
||||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/.idea/workspace.xml" afterPath="$PROJECT_DIR$/.idea/workspace.xml" />
|
||||||
<change type="MODIFICATION" beforePath="$PROJECT_DIR$/package.json" afterPath="$PROJECT_DIR$/package.json" />
|
|
||||||
</list>
|
</list>
|
||||||
<ignored path="$PROJECT_DIR$/.tmp/" />
|
<ignored path="$PROJECT_DIR$/.tmp/" />
|
||||||
<ignored path="$PROJECT_DIR$/temp/" />
|
<ignored path="$PROJECT_DIR$/temp/" />
|
||||||
|
|
@ -180,12 +179,12 @@
|
||||||
<updated>1510652992413</updated>
|
<updated>1510652992413</updated>
|
||||||
<workItem from="1510652993603" duration="653000" />
|
<workItem from="1510652993603" duration="653000" />
|
||||||
<workItem from="1510654264215" duration="30000" />
|
<workItem from="1510654264215" duration="30000" />
|
||||||
<workItem from="1510654729260" duration="226000" />
|
<workItem from="1510654729260" duration="423000" />
|
||||||
</task>
|
</task>
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="TimeTrackingManager">
|
<component name="TimeTrackingManager">
|
||||||
<option name="totallyTimeSpent" value="909000" />
|
<option name="totallyTimeSpent" value="1106000" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ToolWindowManager">
|
<component name="ToolWindowManager">
|
||||||
<frame x="-9" y="-9" width="1938" height="1048" extended-state="6" />
|
<frame x="-9" y="-9" width="1938" height="1048" extended-state="6" />
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ Import it in your Angular2 project like a module
|
||||||
|
|
||||||
1) Declare it in your module
|
1) Declare it in your module
|
||||||
```sh
|
```sh
|
||||||
import {Ng2FittextModule} from "ng2-fittext/ng2fittext";
|
import {Ng2FittextModule} from "ng2-fittext";
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
Ng2FittextModule
|
Ng2FittextModule
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue