import and export keywords.

Components have to be nested into the main component using import and export keywords.

Export:


The export feature is used to export a particular module(file) and use it in another module (file).

Import:


The import feature is used to import a particular module(file) and use it in another module (file).

Comments

Popular posts from this blog

TensorFlow Train/test /evaluation flow

AttributeError : module 'tensorflow' has no attribute 'global_variables_initializer'

AttributeError: module 'tensorflow_estimator.python.estimator.api._v2.estimator' has no attribute 'inputs'