We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b8b8a commit c1def79Copy full SHA for c1def79
demo/src/app/pages/getting-started/getting-started.page.ts
@@ -14,7 +14,7 @@ export class GettingStartedPage {
14
public installCode:string = `$ npm install ng2-semantic-ui --save`;
15
16
public includeCssCode:string =
17
-`<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.9/semantic.min.css">`;
+`<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.13/semantic.min.css">`;
18
19
public importCode:string = `import {SuiModule} from 'ng2-semantic-ui';`;
20
public moduleImportCode:string = `
0 commit comments