Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9799ce2

Browse files
authored
fix: AOT Compilation in Angular 6 & SystemJS (#400)
* fix: Fixed AOT when imported as libraryFixes#209* fix(demo): Fixed SuiPopupConfig injector error* refactor: Renamed all `index` files to `internal`This will ensure that no imports are accidentally created using just the directory name, which causes endless problems with Angular's CLI* fix(demo): Fixed stack overflow in compilation
1 parent12e33e1 commit9799ce2

File tree

104 files changed

+137
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

104 files changed

+137
-132
lines changed

‎demo/src/app/app.component.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import{Component,HostBinding}from"@angular/core";
2-
import{SuiPopupConfig}from"../../../src/public";
2+
import{SuiPopupConfig}from"ng2-semantic-ui";
33

44
@Component({
55
selector:"demo-root",

‎demo/src/app/app.module.ts‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { BrowserModule } from "@angular/platform-browser";
22
import{NgModule}from"@angular/core";
33
import{CommonModule}from"@angular/common";
44
import{FormsModule}from"@angular/forms";
5-
import{SuiSidebarModule}from"ng2-semantic-ui";
5+
import{SuiSidebarModule,SuiPopupModule}from"ng2-semantic-ui";
66

77
import{DemoRoutingModule}from"./app.routing";
88
import{DemoComponentsModule}from"./components/demo-components.module";
@@ -17,6 +17,7 @@ import { AppComponent } from "./app.component";
1717
CommonModule,
1818

1919
SuiSidebarModule,
20+
SuiPopupModule,
2021

2122
DemoRoutingModule,
2223
DemoComponentsModule,

‎package-lock.json‎

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"ng2-semantic-ui",
3-
"version":"0.10.0",
3+
"version":"0.10.0-alpha.2",
44
"description":"Angular Semantic UI Components",
55
"repository": {
66
"type":"git",

‎src/behaviors/index.ts‎

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎src/behaviors/internal.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export*from"./localization/internal";
File renamed without changes.

‎src/behaviors/localization/public.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export * from "./locales/interfaces/values";
22
export{
33
SuiLocalizationModule,
44
SuiLocalizationService
5-
}from"./index";
5+
}from"./internal";

‎src/collections/index.ts‎

Lines changed: 0 additions & 2 deletions
This file was deleted.

‎src/collections/internal.ts‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export*from"./message/internal";
2+
export*from"./pagination/internal";

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp