Skip to content

Commit

Permalink
docs: remove selector for usage
Browse files Browse the repository at this point in the history
  • Loading branch information
why520crazy committed Dec 14, 2020
1 parent 0b03171 commit 3058a39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ export class AppComponent implements OnInit {
hostParent: '#app-host-container',
hostClass: 'thy-layout',
routerPathPrefix: '/app1',
selector: 'app1-root-container',
resourcePathPrefix: '/static/app1',
preload: true,
scripts: [
Expand All @@ -118,7 +117,6 @@ export class AppComponent implements OnInit {
hostParent: '#app-host-container',
hostClass: 'thy-layout',
routerPathPrefix: '/app2',
selector: 'app2-root-container',
preload: true,
scripts: [
'/static/app2/main.js'
Expand Down

0 comments on commit 3058a39

Please sign in to comment.