Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion apps/total-angular/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import {ConversionModule, ConversionAppComponent} from "@groupdocs.examples.angu
import {AnnotationModule, AnnotationAppComponent} from "@groupdocs.examples.angular/annotation";
import {MetadataModule, MetadataAppComponent} from "@groupdocs.examples.angular/metadata";
import {SearchAppComponent, SearchModule} from "@groupdocs.examples.angular/search";
import {ParserAppComponent, ParserModule} from "@groupdocs.examples.angular/parser";

@NgModule({
declarations: [AppComponent, TotalNavComponent, TotalViewComponent],
Expand All @@ -25,6 +26,7 @@ import {SearchAppComponent, SearchModule} from "@groupdocs.examples.angular/sear
AnnotationModule.forRoot("http://localhost:8080"),
MetadataModule.forRoot("http://localhost:8080"),
SearchModule.forRoot("http://localhost:8080"),
ParserModule.forRoot("http://localhost:8080"),
RouterModule.forRoot([
{path: '', component: TotalViewComponent},
{path: 'viewer', component: ViewerAppComponent},
Expand All @@ -35,7 +37,8 @@ import {SearchAppComponent, SearchModule} from "@groupdocs.examples.angular/sear
{path: 'annotation', component: AnnotationAppComponent},
{path: 'metadata', component: MetadataAppComponent},
{path: 'search', component: SearchAppComponent},
], {initialNavigation: 'enabled'})
{path: 'parser', component: ParserAppComponent},
], {initialNavigation: 'enabled'})
],
providers: [],
exports: [
Expand Down
8 changes: 4 additions & 4 deletions apps/total-angular/src/app/total-nav/total-nav.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ <h6>Search</h6>
</a>
</li>
<li>
<a href="">
<img src="assets/images/groupdocs-text-d.png"/>
<div class="coming-soon">
<a [routerLink]="['/parser']">
<img src="assets/images/groupdocs-text.png"/>
<div>
<h5>GroupDocs</h5>
<h6>Text</h6>
<h6>Parser</h6>
</div>
</a>
</li>
Expand Down
2 changes: 2 additions & 0 deletions debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[0922/212716.692:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
[0926/104811.889:ERROR:registration_protocol_win.cc(103)] CreateFile: The system cannot find the file specified. (0x2)
6,265 changes: 5,125 additions & 1,140 deletions dist/apps/total-angular/main-es2015.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/apps/total-angular/main-es2015.js.map

Large diffs are not rendered by default.

6,803 changes: 5,538 additions & 1,265 deletions dist/apps/total-angular/main-es5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/apps/total-angular/main-es5.js.map

Large diffs are not rendered by default.

580 changes: 290 additions & 290 deletions dist/apps/total-angular/polyfills-es2015.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/apps/total-angular/polyfills-es2015.js.map

Large diffs are not rendered by default.

1,688 changes: 844 additions & 844 deletions dist/apps/total-angular/polyfills-es5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/apps/total-angular/polyfills-es5.js.map

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions dist/apps/total-angular/styles-es2015.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/apps/total-angular/styles-es2015.js.map

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions dist/apps/total-angular/styles-es5.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/apps/total-angular/styles-es5.js.map

Large diffs are not rendered by default.

Loading