You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm submitting a minor typo in Contact Manager tutorial documentation
Current behavior:
The file name needs to be created in section Adding Pub/Sub Messaging is called "message.ts" while further in the code of contact-detail.ts "messages" is being imported.
Expected/desired behavior:
Minor change in the file name to be created. From "message.ts" to "messages.ts"
The text was updated successfully, but these errors were encountered:
There is no problem for TypeScript to understand that import without extname .ts, same as babel has no problem to understand any import without extname .js.
If you saw some error in your app, either in editor or running app, let's know.
I'm submitting a minor typo in Contact Manager tutorial documentation
Current behavior:
The file name needs to be created in section Adding Pub/Sub Messaging is called "message.ts" while further in the code of contact-detail.ts "messages" is being imported.
Expected/desired behavior:
Minor change in the file name to be created. From "message.ts" to "messages.ts"
The text was updated successfully, but these errors were encountered: